Luna-Skywalker commited on
Commit
406adec
·
verified ·
1 Parent(s): b89edb2

Upload trained tea leaf disease ConvNeXt model v2

Browse files
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +51 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ - transformers
6
+ library_name: timm
7
+ license: apache-2.0
8
+ ---
9
+ # Model card for convnext-tea-v2
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "convnext_small",
3
+ "num_classes": 8,
4
+ "num_features": 768,
5
+ "label_names": [
6
+ "Anthracnose",
7
+ "algal leaf",
8
+ "bird eye spot",
9
+ "brown blight",
10
+ "gray light",
11
+ "healthy",
12
+ "red leaf spot",
13
+ "white spot"
14
+ ],
15
+ "pretrained_cfg": {
16
+ "tag": "in12k_ft_in1k",
17
+ "custom_load": false,
18
+ "input_size": [
19
+ 3,
20
+ 224,
21
+ 224
22
+ ],
23
+ "test_input_size": [
24
+ 3,
25
+ 288,
26
+ 288
27
+ ],
28
+ "fixed_input_size": false,
29
+ "interpolation": "bicubic",
30
+ "crop_pct": 0.95,
31
+ "test_crop_pct": 1.0,
32
+ "crop_mode": "center",
33
+ "mean": [
34
+ 0.485,
35
+ 0.456,
36
+ 0.406
37
+ ],
38
+ "std": [
39
+ 0.229,
40
+ 0.224,
41
+ 0.225
42
+ ],
43
+ "num_classes": 1000,
44
+ "pool_size": [
45
+ 7,
46
+ 7
47
+ ],
48
+ "first_conv": "stem.0",
49
+ "classifier": "head.fc"
50
+ }
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb688e8f852d387a8c445f92c4e55ed2bcb850998852fe34d366d3d89fd37ccb
3
+ size 197877448
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:130e66a66dff838596662685256ed6f328cc726868daca63c8089f3c302ca8c9
3
+ size 197978026