wangchanberta-absa-restaurant / absa_config.json
Preangkwan's picture
Upload folder using huggingface_hub
db94862 verified
raw
history blame contribute delete
427 Bytes
{
"aspects": [
"taste",
"food_quality",
"portion",
"atmosphere",
"cleanliness",
"location_parking",
"staff",
"speed",
"price",
"value"
],
"label2id": {
"not_available": 0,
"positive": 1,
"negative": 2,
"neutral": 3
},
"id2label": {
"0": "not_available",
"1": "positive",
"2": "negative",
"3": "neutral"
},
"max_len": 512,
"num_labels": 4
}