absa-multitask-phobert / config.json
Vuong124's picture
Initial upload of ABSA model
a0f224a verified
raw
history blame contribute delete
268 Bytes
{
"model_type": "phobert",
"base_model": "vinai/phobert-base",
"num_aspects": 8,
"num_sentiments": 3,
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2
}
}