Pranavkpba2000 commited on
Commit
83b6714
1 Parent(s): 99c947b

Upload ConvNextForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +64 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "AK",
22
+ "1": "BCC",
23
+ "2": "BKL",
24
+ "3": "DF",
25
+ "4": "MEL",
26
+ "5": "NV",
27
+ "6": "SCC",
28
+ "7": "VASC"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "AK": 0,
34
+ "BCC": 1,
35
+ "BKL": 2,
36
+ "DF": 3,
37
+ "MEL": 4,
38
+ "NV": 5,
39
+ "SCC": 6,
40
+ "VASC": 7
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "layer_scale_init_value": 1e-06,
44
+ "model_type": "convnext",
45
+ "num_channels": 3,
46
+ "num_stages": 4,
47
+ "out_features": [
48
+ "stage4"
49
+ ],
50
+ "out_indices": [
51
+ 4
52
+ ],
53
+ "patch_size": 4,
54
+ "problem_type": "single_label_classification",
55
+ "stage_names": [
56
+ "stem",
57
+ "stage1",
58
+ "stage2",
59
+ "stage3",
60
+ "stage4"
61
+ ],
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.29.2"
64
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdc517209a1c94bf36418c6ad99005c742f95315665e94984573ce455ee36b2
3
+ size 111367461