File size: 519 Bytes
8df15ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"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"
}
]
}
]
}
]
} |