Update config.json
This commit is contained in:
parent
5c3a34ef12
commit
1a5e5eb5dd
10
config.json
10
config.json
|
@ -1,6 +1,16 @@
|
|||
{"architectures": [
|
||||
"BertForSequenceClassification"
|
||||
],
|
||||
"id2label": {
|
||||
"0": "neutral",
|
||||
"1": "positive",
|
||||
"2": "negative"
|
||||
},
|
||||
"label2id": {
|
||||
"positive": 1,
|
||||
"negative": 2,
|
||||
"neutral": 0
|
||||
},
|
||||
"attention_probs_dropout_prob": 0.1,
|
||||
"hidden_act": "gelu",
|
||||
"hidden_dropout_prob": 0.1,
|
||||
|
|
Loading…
Reference in New Issue