Update config.json

This commit is contained in:
Yi 2021-10-15 06:27:31 +00:00 committed by huggingface-web
parent 5c3a34ef12
commit 1a5e5eb5dd
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
{"architectures": [ {"architectures": [
"BertForSequenceClassification" "BertForSequenceClassification"
], ],
"id2label": {
"0": "neutral",
"1": "positive",
"2": "negative"
},
"label2id": {
"positive": 1,
"negative": 2,
"neutral": 0
},
"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,