cs-giung commited on
Commit
6146370
1 Parent(s): 75088d6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-06,
13
+ "layer_scale_init_value": 1e-06,
14
+ "model_type": "convnext",
15
+ "num_channels": 3,
16
+ "num_labels": 1000,
17
+ "num_stages": 4,
18
+ "patch_size": 4,
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.41.1"
21
+ }