Update config.json
This commit is contained in:
parent
13acf9d38d
commit
f1c1f5a095
|
@ -1,4 +1,12 @@
|
||||||
{
|
{
|
||||||
|
"architectures": [
|
||||||
|
"BertForSequenceClassification"
|
||||||
|
],
|
||||||
|
"id2label": {
|
||||||
|
"0": "positive",
|
||||||
|
"1": "negative",
|
||||||
|
"2": "neutral"
|
||||||
|
},
|
||||||
"attention_probs_dropout_prob": 0.1,
|
"attention_probs_dropout_prob": 0.1,
|
||||||
"hidden_act": "gelu",
|
"hidden_act": "gelu",
|
||||||
"hidden_dropout_prob": 0.1,
|
"hidden_dropout_prob": 0.1,
|
||||||
|
|
Loading…
Reference in New Issue