sheonhan commited on
Commit
a8cee6d
·
1 Parent(s): cbb111f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -5
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "sheonhan/ict-imagenet-256",
3
  "architectures": [
4
  "IctModel"
5
  ],
@@ -11,13 +10,15 @@
11
  "initializer_range": 0.02,
12
  "intermediate_size": 4096,
13
  "layer_norm_eps": 1e-12,
 
 
 
14
  "num_attention_heads": 8,
15
  "num_channels": 3,
16
  "num_hidden_layers": 35,
17
  "num_residual_blocks": 8,
18
  "qkv_bias": false,
19
  "residual_dropout_prob": 0.0,
20
- "vocab_size": 512,
21
- "model_type": "ict",
22
- "transformers_version": "4.13.0.dev0"
23
- }
 
1
  {
 
2
  "architectures": [
3
  "IctModel"
4
  ],
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 4096,
12
  "layer_norm_eps": 1e-12,
13
+ "model_type": "ict",
14
+ "output_height": 256,
15
+ "output_width": 256,
16
  "num_attention_heads": 8,
17
  "num_channels": 3,
18
  "num_hidden_layers": 35,
19
  "num_residual_blocks": 8,
20
  "qkv_bias": false,
21
  "residual_dropout_prob": 0.0,
22
+ "transformers_version": "4.30.0.dev0",
23
+ "vocab_size": 512
24
+ }