Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -9,21 +9,45 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"image_size": 224,
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "Spodoptera_litura",
|
13 |
+
"1": "aphid",
|
14 |
+
"2": "beet_armyworm",
|
15 |
+
"3": "borer",
|
16 |
+
"4": "chemical_fertilizer",
|
17 |
+
"5": "cnidocampa_flavescens",
|
18 |
+
"6": "corn_borer",
|
19 |
+
"7": "cotton_bollworm",
|
20 |
+
"8": "fhb",
|
21 |
+
"9": "grasshopper",
|
22 |
+
"10": "longhorn_beetle",
|
23 |
+
"11": "oriental_fruit_fly",
|
24 |
+
"12": "pesticides",
|
25 |
+
"13": "plutella_xylostella",
|
26 |
+
"14": "rice_planthopper",
|
27 |
+
"15": "rice_stem_borer",
|
28 |
+
"16": "rolled_leaf_borer"
|
29 |
},
|
30 |
"image_size": 224,
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
+
"Spodoptera_litura": 0,
|
35 |
+
"aphid": 1,
|
36 |
+
"beet_armyworm": 2,
|
37 |
+
"borer": 3,
|
38 |
+
"chemical_fertilizer": 4,
|
39 |
+
"cnidocampa_flavescens": 5,
|
40 |
+
"corn_borer": 6,
|
41 |
+
"cotton_bollworm": 7,
|
42 |
+
"fhb": 8,
|
43 |
+
"grasshopper": 9,
|
44 |
+
"longhorn_beetle": 10,
|
45 |
+
"oriental_fruit_fly": 11,
|
46 |
+
"pesticides": 12,
|
47 |
+
"plutella_xylostella": 13,
|
48 |
+
"rice_planthopper": 14,
|
49 |
+
"rice_stem_borer": 15,
|
50 |
+
"rolled_leaf_borer": 16
|
51 |
},
|
52 |
"layer_norm_eps": 1e-12,
|
53 |
"model_type": "vit",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2214a52e8d3b3d84e5a19d902ecc5e2749e8c52b604e95a2c6b452d9f00cffdc
|
3 |
+
size 343270116
|
runs/Nov30_13-49-19_4b23d0e9dade/events.out.tfevents.1701352199.4b23d0e9dade.2219.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fed1c866a2eb9c8c8b5baaa482923998715d90ebae9acba0eff477f1f506fd43
|
3 |
+
size 5844
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:777b88550c61489f8689d82a1fcf6d502374fe608613fb14b7b912cef9b4781b
|
3 |
size 4600
|