Update `layer_norm_eps` to match timm (#1)
Browse files- Update `layer_norm_eps` to match timm (03557779c97de4ef15e030f9c8dd07c4b4d38afe)
Co-authored-by: Laurent <1aurent@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"image_size": 224,
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 3072,
|
13 |
-
"layer_norm_eps": 1e-
|
14 |
"model_type": "vit",
|
15 |
"num_attention_heads": 12,
|
16 |
"num_channels": 3,
|
|
|
10 |
"image_size": 224,
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-6,
|
14 |
"model_type": "vit",
|
15 |
"num_attention_heads": 12,
|
16 |
"num_channels": 3,
|