| { | |
| "model_type": "bert", | |
| "architectures": [ | |
| "BertForSequenceClassification" | |
| ], | |
| "num_labels": 4, | |
| "id2label": { | |
| "0": "Regenerative & Eco-Tourism", | |
| "1": "Integrated Wellness", | |
| "2": "Immersive Culinary", | |
| "3": "Off-the-Beaten-Path Adventure" | |
| }, | |
| "label2id": { | |
| "Regenerative & Eco-Tourism": 0, | |
| "Integrated Wellness": 1, | |
| "Immersive Culinary": 2, | |
| "Off-the-Beaten-Path Adventure": 3 | |
| }, | |
| "problem_type": "multi_label_classification" | |
| } |