Create config.json
Browse files- config.json +20 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "cs-giung/convnext-v1-base-imagenet21k",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [3, 3, 27, 3],
|
7 |
+
"drop_path_rate": 0.0,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_sizes": [128, 256, 512, 1024],
|
10 |
+
"image_size": 224,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"layer_norm_eps": 1e-12,
|
13 |
+
"layer_scale_init_value": 1e-06,
|
14 |
+
"model_type": "convnext",
|
15 |
+
"num_channels": 3,
|
16 |
+
"num_stages": 4,
|
17 |
+
"patch_size": 4,
|
18 |
+
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.41.1"
|
20 |
+
}
|