ArwaAbdul commited on
Commit
c79e33e
1 Parent(s): 41f002f

Upload ConvNextForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +56 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "1",
22
+ "1": "2",
23
+ "2": "3",
24
+ "3": "4"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "label2id": {
29
+ "1": 0,
30
+ "2": 1,
31
+ "3": 2,
32
+ "4": 3
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "layer_scale_init_value": 1e-06,
36
+ "model_type": "convnext",
37
+ "num_channels": 3,
38
+ "num_stages": 4,
39
+ "out_features": [
40
+ "stage4"
41
+ ],
42
+ "out_indices": [
43
+ 4
44
+ ],
45
+ "patch_size": 4,
46
+ "problem_type": "single_label_classification",
47
+ "stage_names": [
48
+ "stem",
49
+ "stage1",
50
+ "stage2",
51
+ "stage3",
52
+ "stage4"
53
+ ],
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.34.1"
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29093959667ead0ab99172ae72e28cea166d1fd0593131c7615f73005d8a21e8
3
+ size 111355618