Update config.json

This commit is contained in:
Yi 2021-10-15 06:09:20 +00:00 committed by huggingface-web
parent 13acf9d38d
commit f1c1f5a095
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
{
"architectures": [
"BertForSequenceClassification"
],
"id2label": {
"0": "positive",
"1": "negative",
"2": "neutral"
},
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,