alihassanijr
commited on
Commit
•
b34f038
1
Parent(s):
db8168a
Add weights and configs
Browse files- config.json +5 -3
config.json
CHANGED
@@ -13,6 +13,7 @@
|
|
13 |
"embed_dim": 64,
|
14 |
"hidden_act": "gelu",
|
15 |
"hidden_dropout_prob": 0.0,
|
|
|
16 |
"id2label": {
|
17 |
"0": "tench, Tinca tinca",
|
18 |
"1": "goldfish, Carassius auratus",
|
@@ -1015,8 +1016,8 @@
|
|
1015 |
"998": "ear, spike, capitulum",
|
1016 |
"999": "toilet tissue, toilet paper, bathroom tissue"
|
1017 |
},
|
1018 |
-
"image_size": 224,
|
1019 |
"initializer_range": 0.02,
|
|
|
1020 |
"label2id": {
|
1021 |
"Afghan hound, Afghan": 160,
|
1022 |
"African chameleon, Chamaeleo chamaeleon": 47,
|
@@ -2019,6 +2020,7 @@
|
|
2019 |
"zucchini, courgette": 939
|
2020 |
},
|
2021 |
"layer_norm_eps": 1e-05,
|
|
|
2022 |
"mlp_ratio": 3.0,
|
2023 |
"model_type": "nat",
|
2024 |
"num_channels": 3,
|
@@ -2028,10 +2030,10 @@
|
|
2028 |
8,
|
2029 |
16
|
2030 |
],
|
|
|
2031 |
"patch_size": 4,
|
2032 |
"path_norm": true,
|
2033 |
"qkv_bias": true,
|
2034 |
"torch_dtype": "float32",
|
2035 |
-
"transformers_version": "4.25.0.dev0"
|
2036 |
-
"kernel_size": 7
|
2037 |
}
|
|
|
13 |
"embed_dim": 64,
|
14 |
"hidden_act": "gelu",
|
15 |
"hidden_dropout_prob": 0.0,
|
16 |
+
"hidden_size": 512,
|
17 |
"id2label": {
|
18 |
"0": "tench, Tinca tinca",
|
19 |
"1": "goldfish, Carassius auratus",
|
|
|
1016 |
"998": "ear, spike, capitulum",
|
1017 |
"999": "toilet tissue, toilet paper, bathroom tissue"
|
1018 |
},
|
|
|
1019 |
"initializer_range": 0.02,
|
1020 |
+
"kernel_size": 7,
|
1021 |
"label2id": {
|
1022 |
"Afghan hound, Afghan": 160,
|
1023 |
"African chameleon, Chamaeleo chamaeleon": 47,
|
|
|
2020 |
"zucchini, courgette": 939
|
2021 |
},
|
2022 |
"layer_norm_eps": 1e-05,
|
2023 |
+
"layer_scale_init_value": 0.0,
|
2024 |
"mlp_ratio": 3.0,
|
2025 |
"model_type": "nat",
|
2026 |
"num_channels": 3,
|
|
|
2030 |
8,
|
2031 |
16
|
2032 |
],
|
2033 |
+
"num_layers": 4,
|
2034 |
"patch_size": 4,
|
2035 |
"path_norm": true,
|
2036 |
"qkv_bias": true,
|
2037 |
"torch_dtype": "float32",
|
2038 |
+
"transformers_version": "4.25.0.dev0"
|
|
|
2039 |
}
|