surprisedPikachu007 commited on
Commit
93c28de
1 Parent(s): dfa155f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "10": "healthy",
15
+ "2": "Tomato___Late_blight",
16
+ "3": "Tomato___Leaf_Mold",
17
+ "4": "Tomato___Septoria_leaf_spot",
18
+ "5": "Tomato___Spider_mites Two-spotted_spider_mite",
19
+ "6": "Tomato___Target_Spot",
20
+ "7": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
21
+ "8": "Tomato___Tomato_mosaic_virus",
22
+ "9": "affected"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "Tomato___Bacterial_spot": "0",
29
+ "Tomato___Early_blight": "1",
30
+ "Tomato___Late_blight": "2",
31
+ "Tomato___Leaf_Mold": "3",
32
+ "Tomato___Septoria_leaf_spot": "4",
33
+ "Tomato___Spider_mites Two-spotted_spider_mite": "5",
34
+ "Tomato___Target_Spot": "6",
35
+ "Tomato___Tomato_Yellow_Leaf_Curl_Virus": "7",
36
+ "Tomato___Tomato_mosaic_virus": "8",
37
+ "affected": "9",
38
+ "healthy": "10"
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "vit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.26.1"
50
+ }
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:86e59e5663edc55b5070922e904e8e9135a7124eee08c115d7818c2ce39c95c6
3
+ size 343296365
runs/Mar09_09-35-50_pikachus-manjaro/1678334760.815621/events.out.tfevents.1678334760.pikachus-manjaro.5123.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ba402024121fcf089726171555ea9ca3963afa40232ade3b053ba8d6810c83
3
+ size 5705
runs/Mar09_09-35-50_pikachus-manjaro/events.out.tfevents.1678334760.pikachus-manjaro.5123.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f4266c3dd693be270d14766e6c520961eac2ae8f5be9c2c011e40e8e1e6b47
3
+ size 19609
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b461627f306ee1a5f1c5a1451e955aa658afd1f95ef0918a50cb5248179277c0
3
+ size 3515