Update config.json
This commit is contained in:
parent
b68b7aac74
commit
5cd4752a16
14
config.json
14
config.json
|
@ -1,18 +1,4 @@
|
||||||
{
|
{
|
||||||
"architectures": [
|
|
||||||
"BertForSequenceClassification"
|
|
||||||
],
|
|
||||||
"id2label": {
|
|
||||||
"0": "neutral",
|
|
||||||
"1": "positive",
|
|
||||||
"2": "negative"
|
|
||||||
},
|
|
||||||
"label2id": {
|
|
||||||
"positive": 1,
|
|
||||||
"negative": 2,
|
|
||||||
"neutral": 0
|
|
||||||
},
|
|
||||||
"model_type": "bert",
|
|
||||||
"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