AlexVplle commited on
Commit
adab8b2
·
verified ·
1 Parent(s): 0e8aa2d

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }