blatoet commited on
Commit
2f63ee2
·
verified ·
1 Parent(s): 47a0ad0

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "CatDogClassifier",
3
+ "num_classes": 2,
4
+ "input_size": [
5
+ 3,
6
+ 224,
7
+ 224
8
+ ],
9
+ "classes": [
10
+ "cat",
11
+ "dog"
12
+ ],
13
+ "framework": "pytorch",
14
+ "model_type": "image-classification"
15
+ }