Spaces:
Runtime error
Runtime error
Upload metadata.json with huggingface_hub
Browse files- metadata.json +17 -0
metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"job_id": "78f00e8c-eadf-435f-a324-a646d34459b7",
|
| 3 |
+
"model_name": "test-model-123",
|
| 4 |
+
"accuracy": 0.9,
|
| 5 |
+
"feature_names": [
|
| 6 |
+
"sepal_length",
|
| 7 |
+
"sepal_width",
|
| 8 |
+
"petal_length",
|
| 9 |
+
"petal_width"
|
| 10 |
+
],
|
| 11 |
+
"n_classes": 3,
|
| 12 |
+
"classes": [
|
| 13 |
+
0,
|
| 14 |
+
1,
|
| 15 |
+
2
|
| 16 |
+
]
|
| 17 |
+
}
|