Create model_index.json
Browse files- model_index.json +29 -0
model_index.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
```json
|
| 2 |
+
{
|
| 3 |
+
"description": "Joint multi-label intent and sentiment classification for multilingual financial messages (en, es, fr, de, pt).",
|
| 4 |
+
"model_name": "FinBERT-Multilingual-Intent-and-Sentiment",
|
| 5 |
+
"pipeline_tag": "text-classification",
|
| 6 |
+
"tags": [
|
| 7 |
+
"bert",
|
| 8 |
+
"multilingual",
|
| 9 |
+
"finance",
|
| 10 |
+
"sentiment-analysis",
|
| 11 |
+
"intent-classification",
|
| 12 |
+
"pytorch"
|
| 13 |
+
],
|
| 14 |
+
"datasets": [
|
| 15 |
+
"Finance/multilingual_financial_support_data"
|
| 16 |
+
],
|
| 17 |
+
"metrics": [
|
| 18 |
+
{
|
| 19 |
+
"name": "F1 Score (Macro)",
|
| 20 |
+
"type": "macro_f1",
|
| 21 |
+
"value": 0.895
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"name": "Accuracy (Exact Match)",
|
| 25 |
+
"type": "exact_match",
|
| 26 |
+
"value": 0.812
|
| 27 |
+
}
|
| 28 |
+
]
|
| 29 |
+
}
|