finbert-tone-v0 / config.json
ANP1's picture
Update config.json
95042a6 verified
raw
history blame
300 Bytes
{
"architectures": [
"BertForSequenceClassification"
],
"id2label": {
"0": "Negative",
"1": "Neutral",
"2": "Positive"
},
"label2id": {
"Positive": 2,
"Negative": 0,
"Neutral": 1
},
"num_labels": 3,
"pretrained_model_name": "yiyanghkust/finbert-pretrain"
}