sanaa-11's picture
Create model_index.json
8df15ac verified
raw
history blame contribute delete
519 Bytes
{
"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"
}
]
}
]
}
]
}