| { | |
| "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 | |
| } |