peterkros commited on
Commit
f06e5ef
·
verified ·
1 Parent(s): b907a4d

Upload model-index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model-index.json +33 -0
model-index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model-index": [
3
+ {
4
+ "name": "vaccine-stockout-predictor",
5
+ "results": [
6
+ {
7
+ "task": {
8
+ "type": "classification",
9
+ "name": "vaccine-stockout-prediction"
10
+ },
11
+ "dataset": {
12
+ "type": "multi-country-immunization-data",
13
+ "name": "vaccine-supply-chain-data"
14
+ },
15
+ "metrics": [
16
+ {
17
+ "type": "accuracy",
18
+ "value": "0.85+"
19
+ },
20
+ {
21
+ "type": "precision",
22
+ "value": "0.80+"
23
+ },
24
+ {
25
+ "type": "recall",
26
+ "value": "0.82+"
27
+ }
28
+ ]
29
+ }
30
+ ]
31
+ }
32
+ ]
33
+ }