| { | |
| "model-index": [ | |
| { | |
| "name": "Random Forest Classifier", | |
| "results": [ | |
| { | |
| "task": { | |
| "type": "text-classification", | |
| "name": "Text Classification" | |
| }, | |
| "dataset": { | |
| "name": "Custom Arabic News Dataset", | |
| "type": "custom" | |
| }, | |
| "metrics": [ | |
| { | |
| "type": "accuracy", | |
| "value": 0.99, | |
| "name": "Accuracy" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |