KrisLwin commited on
Commit
767463a
1 Parent(s): 8462565

Upload ConvNextForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +49 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Mosquito",
22
+ "1": "Tick bite",
23
+ "2": "bed bugs",
24
+ "3": "bee sting",
25
+ "4": "fire ant sting",
26
+ "5": "flea bites",
27
+ "6": "head lice"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "Mosquito": 0,
33
+ "Tick bite": 1,
34
+ "bed bugs": 2,
35
+ "bee sting": 3,
36
+ "fire ant sting": 4,
37
+ "flea bites": 5,
38
+ "head lice": 6
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "layer_scale_init_value": 1e-06,
42
+ "model_type": "convnext",
43
+ "num_channels": 3,
44
+ "num_stages": 4,
45
+ "patch_size": 4,
46
+ "problem_type": "single_label_classification",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.25.1"
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207ff8af60b5d9891104197297a3bf6ece3e5a25fffb93d37ea94e6c99e604b6
3
+ size 111364389