Upload config.json
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"img_size": 224,
|
| 3 |
+
"patch_size": 14,
|
| 4 |
+
"init_values": 1e-05,
|
| 5 |
+
"ffn_layer": "swiglufused",
|
| 6 |
+
"block_chunks": 1,
|
| 7 |
+
"qkv_bias": true,
|
| 8 |
+
"proj_bias": true,
|
| 9 |
+
"ffn_bias": true,
|
| 10 |
+
"num_register_tokens": 0,
|
| 11 |
+
"interpolate_offset": 0.1,
|
| 12 |
+
"interpolate_antialias": false
|
| 13 |
+
}
|