Subi003 commited on
Commit
5231fb2
·
verified ·
1 Parent(s): 2690653

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -1,10 +1,12 @@
1
  {
2
  "_name_or_path": "roberta-base",
 
3
  "architectures": [
4
- "RobertaForSequenceClassification"
5
  ],
6
  "auto_map": {
7
- "AutoModel": "modeling.EmoAxis"
 
8
  },
9
  "attention_probs_dropout_prob": 0.1,
10
  "bos_token_id": 0,
 
1
  {
2
  "_name_or_path": "roberta-base",
3
+ "model_type": "emoaxis-goemotion",
4
  "architectures": [
5
+ "EmoAxis"
6
  ],
7
  "auto_map": {
8
+ "AutoModel": "modeling.EmoAxis",
9
+ "AutoConfig": "modeling.EmoAxis"
10
  },
11
  "attention_probs_dropout_prob": 0.1,
12
  "bos_token_id": 0,