SmartPy commited on
Commit
ab05935
1 Parent(s): 1efb3e3

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -9,67 +9,67 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13",
26
- "14": "LABEL_14",
27
- "15": "LABEL_15",
28
- "16": "LABEL_16",
29
- "17": "LABEL_17",
30
- "18": "LABEL_18",
31
- "19": "LABEL_19",
32
- "20": "LABEL_20",
33
- "21": "LABEL_21",
34
- "22": "LABEL_22",
35
- "23": "LABEL_23",
36
- "24": "LABEL_24",
37
- "25": "LABEL_25",
38
- "26": "LABEL_26",
39
- "27": "LABEL_27"
40
  },
41
  "image_size": 224,
42
  "initializer_range": 0.02,
43
  "intermediate_size": 3072,
44
  "label2id": {
45
- "LABEL_0": 0,
46
- "LABEL_1": 1,
47
- "LABEL_10": 10,
48
- "LABEL_11": 11,
49
- "LABEL_12": 12,
50
- "LABEL_13": 13,
51
- "LABEL_14": 14,
52
- "LABEL_15": 15,
53
- "LABEL_16": 16,
54
- "LABEL_17": 17,
55
- "LABEL_18": 18,
56
- "LABEL_19": 19,
57
- "LABEL_2": 2,
58
- "LABEL_20": 20,
59
- "LABEL_21": 21,
60
- "LABEL_22": 22,
61
- "LABEL_23": 23,
62
- "LABEL_24": 24,
63
- "LABEL_25": 25,
64
- "LABEL_26": 26,
65
- "LABEL_27": 27,
66
- "LABEL_3": 3,
67
- "LABEL_4": 4,
68
- "LABEL_5": 5,
69
- "LABEL_6": 6,
70
- "LABEL_7": 7,
71
- "LABEL_8": 8,
72
- "LABEL_9": 9
73
  },
74
  "layer_norm_eps": 1e-12,
75
  "model_type": "deit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Tomato leaf mosaic virus",
13
+ "1": "Apple Scab Leaf",
14
+ "2": "Tomato leaf bacterial spot",
15
+ "3": "Potato leaf early blight",
16
+ "4": "Bell_pepper leaf",
17
+ "5": "Tomato leaf yellow virus",
18
+ "6": "Squash Powdery mildew leaf",
19
+ "7": "Tomato mold leaf",
20
+ "8": "Apple rust leaf",
21
+ "9": "Tomato leaf late blight",
22
+ "10": "Tomato Early blight leaf",
23
+ "11": "Corn leaf blight",
24
+ "12": "Peach leaf",
25
+ "13": "Strawberry leaf",
26
+ "14": "Raspberry leaf",
27
+ "15": "grape leaf",
28
+ "16": "Blueberry leaf",
29
+ "17": "Potato leaf late blight",
30
+ "18": "Cherry leaf",
31
+ "19": "Tomato two spotted spider mites leaf",
32
+ "20": "Tomato Septoria leaf spot",
33
+ "21": "Apple leaf",
34
+ "22": "Soyabean leaf",
35
+ "23": "Bell_pepper leaf spot",
36
+ "24": "Tomato leaf",
37
+ "25": "Corn Gray leaf spot",
38
+ "26": "grape leaf black rot",
39
+ "27": "Corn rust leaf"
40
  },
41
  "image_size": 224,
42
  "initializer_range": 0.02,
43
  "intermediate_size": 3072,
44
  "label2id": {
45
+ "Apple Scab Leaf": 1,
46
+ "Apple leaf": 21,
47
+ "Apple rust leaf": 8,
48
+ "Bell_pepper leaf": 4,
49
+ "Bell_pepper leaf spot": 23,
50
+ "Blueberry leaf": 16,
51
+ "Cherry leaf": 18,
52
+ "Corn Gray leaf spot": 25,
53
+ "Corn leaf blight": 11,
54
+ "Corn rust leaf": 27,
55
+ "Peach leaf": 12,
56
+ "Potato leaf early blight": 3,
57
+ "Potato leaf late blight": 17,
58
+ "Raspberry leaf": 14,
59
+ "Soyabean leaf": 22,
60
+ "Squash Powdery mildew leaf": 6,
61
+ "Strawberry leaf": 13,
62
+ "Tomato Early blight leaf": 10,
63
+ "Tomato Septoria leaf spot": 20,
64
+ "Tomato leaf": 24,
65
+ "Tomato leaf bacterial spot": 2,
66
+ "Tomato leaf late blight": 9,
67
+ "Tomato leaf mosaic virus": 0,
68
+ "Tomato leaf yellow virus": 5,
69
+ "Tomato mold leaf": 7,
70
+ "Tomato two spotted spider mites leaf": 19,
71
+ "grape leaf": 15,
72
+ "grape leaf black rot": 26
73
  },
74
  "layer_norm_eps": 1e-12,
75
  "model_type": "deit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d71bfafef769fc70d47491c81c9699df29b4d50ab2729b0948f3685e29c3d3b1
3
  size 343310400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e79be74de33f1b0e7012332abeca2991f418626bb7635d4a3acbbfe493f5e33
3
  size 343310400
runs/Apr06_20-40-05_c23hpda1/events.out.tfevents.1712428806.c23hpda1.4045362.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:270c48c53b44a41e8fe0e07d98863eac353f406192e586f259b7d3ef406b159e
3
- size 6068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:791d9503fd3d7a2616d30b6fdcdd4011b1c6caf820dd02862afbdbe4def12a90
3
+ size 6275
runs/Apr06_20-45-32_c23hpda1/events.out.tfevents.1712429135.c23hpda1.4048752.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5975bbe773ac92403354c2708c6ad119e043277d7f6f4a6a997e4b617155924
3
+ size 6287
runs/Apr06_21-22-59_c23hpda1/events.out.tfevents.1712431381.c23hpda1.4065500.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7237936429aa60114f6d1326c526ab9c9d232b742423b32241ff6df1386e4c0
3
+ size 6811
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83cb25d3478b05e4be18d8ee4e9b5d3c2926753f413bd4c6690ca437f800aa52
3
  size 4475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f92fdda3a1e7e56342ecf7f584a8a9be45bab75a9ed32c28d59d8c9e0d41de
3
  size 4475