HelloJiang
commited on
Commit
•
3f42f8e
1
Parent(s):
3f0c5ef
Upload config.json with huggingface_hub
Browse files- config.json +38 -0
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"depths": [
|
3 |
+
3,
|
4 |
+
3,
|
5 |
+
27,
|
6 |
+
3
|
7 |
+
],
|
8 |
+
"drop_path_rate": 0.0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_sizes": [
|
11 |
+
192,
|
12 |
+
384,
|
13 |
+
768,
|
14 |
+
1536
|
15 |
+
],
|
16 |
+
"image_size": 512,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"layer_norm_eps": 1e-12,
|
19 |
+
"layer_scale_init_value": 1e-06,
|
20 |
+
"model_type": "convnext",
|
21 |
+
"num_channels": 3,
|
22 |
+
"num_stages": 4,
|
23 |
+
"out_features": [
|
24 |
+
"stage4"
|
25 |
+
],
|
26 |
+
"out_indices": [
|
27 |
+
4
|
28 |
+
],
|
29 |
+
"patch_size": 4,
|
30 |
+
"stage_names": [
|
31 |
+
"stem",
|
32 |
+
"stage1",
|
33 |
+
"stage2",
|
34 |
+
"stage3",
|
35 |
+
"stage4"
|
36 |
+
],
|
37 |
+
"transformers_version": "4.33.1"
|
38 |
+
}
|