Aaryan333 commited on
Commit
2bac4c7
1 Parent(s): 9ffa6dd

Upload ConvNextV2ForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-tiny-22k-384",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
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": "Angry",
22
+ "1": "Disgust",
23
+ "2": "Fear",
24
+ "3": "Happy",
25
+ "4": "Sad",
26
+ "5": "Surprise",
27
+ "6": "Neutral"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "Angry": 0,
33
+ "Disgust": 1,
34
+ "Fear": 2,
35
+ "Happy": 3,
36
+ "Neutral": 6,
37
+ "Sad": 4,
38
+ "Surprise": 5
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "convnextv2",
42
+ "num_channels": 3,
43
+ "num_stages": 4,
44
+ "out_features": [
45
+ "stage4"
46
+ ],
47
+ "out_indices": [
48
+ 4
49
+ ],
50
+ "patch_size": 4,
51
+ "problem_type": "single_label_classification",
52
+ "stage_names": [
53
+ "stem",
54
+ "stage1",
55
+ "stage2",
56
+ "stage3",
57
+ "stage4"
58
+ ],
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.30.2"
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585166914958a8ebba28a7e72890252e3bd551b0858984a98987fa87a7c1907b
3
+ size 111556717