gokulraja17
commited on
Commit
•
863dd22
1
Parent(s):
ddc5572
Upload ConvNextForImageClassification
Browse files- config.json +43 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "RiceLeafs_BrownSpot",
|
22 |
+
"1": "RiceLeafs_Healthy",
|
23 |
+
"2": "RiceLeafs_Hispa",
|
24 |
+
"3": "RiceLeafs_LeafBlast"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"label2id": {
|
29 |
+
"RiceLeafs_BrownSpot": 0,
|
30 |
+
"RiceLeafs_Healthy": 1,
|
31 |
+
"RiceLeafs_Hispa": 2,
|
32 |
+
"RiceLeafs_LeafBlast": 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 |
+
"patch_size": 4,
|
40 |
+
"problem_type": "single_label_classification",
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.22.2"
|
43 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6afd9cc50d49d6c8dd16232c51e573066e4d2499e8907ee7ef0c74c37ce26a6
|
3 |
+
size 111353493
|