Upload config
Browse files- config.json +3 -3
config.json
CHANGED
@@ -76,8 +76,7 @@
|
|
76 |
"mlp_ratio": 4.0,
|
77 |
"model_type": "fan",
|
78 |
"norm_layer": null,
|
79 |
-
"
|
80 |
-
"num_heads": [
|
81 |
11,
|
82 |
11,
|
83 |
11,
|
@@ -102,6 +101,7 @@
|
|
102 |
16,
|
103 |
16
|
104 |
],
|
|
|
105 |
"out_index": -1,
|
106 |
"patch_size": 16,
|
107 |
"qkv_bias": true,
|
@@ -136,7 +136,7 @@
|
|
136 |
1
|
137 |
],
|
138 |
"tokens_norm": true,
|
139 |
-
"transformers_version": "4.
|
140 |
"use_checkpoint": false,
|
141 |
"use_head": false,
|
142 |
"use_pos_embed": true
|
|
|
76 |
"mlp_ratio": 4.0,
|
77 |
"model_type": "fan",
|
78 |
"norm_layer": null,
|
79 |
+
"num_attention_heads": [
|
|
|
80 |
11,
|
81 |
11,
|
82 |
11,
|
|
|
101 |
16,
|
102 |
16
|
103 |
],
|
104 |
+
"num_classes": 1000,
|
105 |
"out_index": -1,
|
106 |
"patch_size": 16,
|
107 |
"qkv_bias": true,
|
|
|
136 |
1
|
137 |
],
|
138 |
"tokens_norm": true,
|
139 |
+
"transformers_version": "4.24.0.dev0",
|
140 |
"use_checkpoint": false,
|
141 |
"use_head": false,
|
142 |
"use_pos_embed": true
|