SenseShift-base / senseshift_config.json
shawhed's picture
Add SenseShift-base checkpoint and inference code
df10fc7 verified
Raw
History Blame Contribute Delete
556 Bytes
{
"senseshift_version": "0.1.0",
"base_model": "answerdotai/ModernBERT-base",
"control_type": "text_token",
"sentiment_scorer": "vader",
"sentiment_grid": [
-1.0,
-0.9,
-0.8,
-0.7,
-0.6,
-0.5,
-0.4,
-0.3,
-0.2,
-0.1,
0.0,
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9,
1.0
],
"generation": {
"top_k": 40,
"beam_size": 2,
"max_iters": 30,
"alpha": 0.7,
"gamma": 0.05,
"temperature": 0.8,
"min_words": 3,
"add_num_masks": 12
}
}