sunjiao commited on
Commit
1dd7ebf
·
verified ·
1 Parent(s): 2ae1574

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["ResNetForImageClassification"],
3
+ "model_type": "resnet",
4
+ "num_channels": 3,
5
+ "embedding_size": 64,
6
+ "hidden_sizes": [64, 128, 256, 512],
7
+ "depths": [3, 4, 6, 3],
8
+ "layer_type": "basic",
9
+ "downsample_in_first_stage": false,
10
+ "image_size": 224,
11
+ "num_labels": 11000,
12
+ "id2label": {},
13
+ "label2id": {}
14
+ }