Update config.json
This commit is contained in:
parent
f1c1f5a095
commit
b68b7aac74
12
config.json
12
config.json
|
@ -3,10 +3,16 @@
|
|||
"BertForSequenceClassification"
|
||||
],
|
||||
"id2label": {
|
||||
"0": "positive",
|
||||
"1": "negative",
|
||||
"2": "neutral"
|
||||
"0": "neutral",
|
||||
"1": "positive",
|
||||
"2": "negative"
|
||||
},
|
||||
"label2id": {
|
||||
"positive": 1,
|
||||
"negative": 2,
|
||||
"neutral": 0
|
||||
},
|
||||
"model_type": "bert",
|
||||
"attention_probs_dropout_prob": 0.1,
|
||||
"hidden_act": "gelu",
|
||||
"hidden_dropout_prob": 0.1,
|
||||
|
|
Loading…
Reference in New Issue