Firebleu commited on
Commit
35d4a8a
·
verified ·
1 Parent(s): 78a2305

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "mobilenet_v2",
3
+ "num_classes": 2,
4
+ "classes": ["cat", "dog"],
5
+ "accuracy": 0.978,
6
+ "framework": "pytorch"
7
+ }