| { | |
| "base_model": "distilbert-base-uncased", | |
| "hidden_size": 768, | |
| "num_tasks": 6, | |
| "task_names": [ | |
| "sentiment", | |
| "main_category", | |
| "subcategory", | |
| "priority", | |
| "intervention", | |
| "entity_extraction" | |
| ], | |
| "task_types": [ | |
| "sentiment", | |
| "single_label_classification", | |
| "single_label_classification", | |
| "single_label_classification", | |
| "single_label_classification", | |
| "ner" | |
| ], | |
| "has_fusion": true | |
| } |