Create model_index.json
Browse files- model_index.json +26 -0
model_index.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model-index": [
|
3 |
+
{
|
4 |
+
"name": "Random Forest Classifier",
|
5 |
+
"results": [
|
6 |
+
{
|
7 |
+
"task": {
|
8 |
+
"type": "text-classification",
|
9 |
+
"name": "Text Classification"
|
10 |
+
},
|
11 |
+
"dataset": {
|
12 |
+
"name": "Custom Arabic News Dataset",
|
13 |
+
"type": "custom"
|
14 |
+
},
|
15 |
+
"metrics": [
|
16 |
+
{
|
17 |
+
"type": "accuracy",
|
18 |
+
"value": 0.99,
|
19 |
+
"name": "Accuracy"
|
20 |
+
}
|
21 |
+
]
|
22 |
+
}
|
23 |
+
]
|
24 |
+
}
|
25 |
+
]
|
26 |
+
}
|