Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +48 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/May25_16-35-44_359d2e0ddff5/1685032554.6115265/events.out.tfevents.1685032554.359d2e0ddff5.1249.1 +3 -0
- runs/May25_16-35-44_359d2e0ddff5/events.out.tfevents.1685032554.359d2e0ddff5.1249.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Bacterial_Spot",
|
13 |
+
"1": "Early_Blight",
|
14 |
+
"2": "Healthy",
|
15 |
+
"3": "Late_Blight",
|
16 |
+
"4": "Leaf_Mold",
|
17 |
+
"5": "Mosaic_Virus",
|
18 |
+
"6": "Septoria_Leaf_Spot",
|
19 |
+
"7": "Spider_Mites_Two_Spotted_Spider_Mite",
|
20 |
+
"8": "Target_Spot",
|
21 |
+
"9": "YellowLeaf_Curl_Virus"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"Bacterial_Spot": 0,
|
28 |
+
"Early_Blight": 1,
|
29 |
+
"Healthy": 2,
|
30 |
+
"Late_Blight": 3,
|
31 |
+
"Leaf_Mold": 4,
|
32 |
+
"Mosaic_Virus": 5,
|
33 |
+
"Septoria_Leaf_Spot": 6,
|
34 |
+
"Spider_Mites_Two_Spotted_Spider_Mite": 7,
|
35 |
+
"Target_Spot": 8,
|
36 |
+
"YellowLeaf_Curl_Virus": 9
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-12,
|
39 |
+
"model_type": "vit",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_channels": 3,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"patch_size": 16,
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"qkv_bias": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.30.0.dev0"
|
48 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a460071a073171cf4daf50419e2b3263f9bb44886a007aef98192bdc5a456ba
|
3 |
+
size 343293293
|
runs/May25_16-35-44_359d2e0ddff5/1685032554.6115265/events.out.tfevents.1685032554.359d2e0ddff5.1249.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f985c2360e9f6745467da20e11e8881f490fecf10a73b63ff887f96fe4b1c147
|
3 |
+
size 6034
|
runs/May25_16-35-44_359d2e0ddff5/events.out.tfevents.1685032554.359d2e0ddff5.1249.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d5545cf18e6212103486addc366cd59dbf83989919a4c752981366f1f58a2e0
|
3 |
+
size 13856
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4b55a7f2b32379797528488788bc2027e2db4abdc024681533ae200946a160e
|
3 |
+
size 4027
|