surprisedPikachu007
commited on
Commit
•
abb8192
1
Parent(s):
fbc5f48
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/Mar09_10-25-32_pikachus-manjaro/1678337741.0124567/events.out.tfevents.1678337741.pikachus-manjaro.10008.1 +3 -0
- runs/Mar09_10-25-32_pikachus-manjaro/events.out.tfevents.1678337740.pikachus-manjaro.10008.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-in21k",
|
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": "Tomato___Bacterial_spot",
|
13 |
+
"1": "Tomato___Early_blight",
|
14 |
+
"2": "Tomato___Late_blight",
|
15 |
+
"3": "Tomato___Leaf_Mold",
|
16 |
+
"4": "Tomato___Septoria_leaf_spot",
|
17 |
+
"5": "Tomato___Spider_mites Two-spotted_spider_mite",
|
18 |
+
"6": "Tomato___Target_Spot",
|
19 |
+
"7": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
|
20 |
+
"8": "Tomato___Tomato_mosaic_virus",
|
21 |
+
"9": "healthy"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"Tomato___Bacterial_spot": "0",
|
28 |
+
"Tomato___Early_blight": "1",
|
29 |
+
"Tomato___Late_blight": "2",
|
30 |
+
"Tomato___Leaf_Mold": "3",
|
31 |
+
"Tomato___Septoria_leaf_spot": "4",
|
32 |
+
"Tomato___Spider_mites Two-spotted_spider_mite": "5",
|
33 |
+
"Tomato___Target_Spot": "6",
|
34 |
+
"Tomato___Tomato_Yellow_Leaf_Curl_Virus": "7",
|
35 |
+
"Tomato___Tomato_mosaic_virus": "8",
|
36 |
+
"healthy": "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.26.1"
|
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:eb2fa21495e6f44da91e61ae2778ab9d600d814c245edc56d7a541f66db9090f
|
3 |
+
size 343293293
|
runs/Mar09_10-25-32_pikachus-manjaro/1678337741.0124567/events.out.tfevents.1678337741.pikachus-manjaro.10008.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:439e6b284aa34fa01d99961de0105c4ec72cac8814dd7fd4e1268b524d887d73
|
3 |
+
size 5705
|
runs/Mar09_10-25-32_pikachus-manjaro/events.out.tfevents.1678337740.pikachus-manjaro.10008.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14865dc789ee97e67cc40973447f25169ca5390c9532a4aa4fe8604cb933c9d1
|
3 |
+
size 19565
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fa543a3e891f2a395da9d3544fe54ba988c1a707148eecb873c2f5adcf30a0a
|
3 |
+
size 3515
|