Carina124 commited on
Commit
8c6f040
·
1 Parent(s): 1e1f910

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Apple___Apple_scab",
13
+ "1": "Apple___Black_rot",
14
+ "2": "Apple___Cedar_apple_rust",
15
+ "3": "Apple___healthy",
16
+ "4": "Blueberry___healthy",
17
+ "5": "Grape___Black_rot",
18
+ "6": "Grape___healthy",
19
+ "7": "Peach___Bacterial_spot",
20
+ "8": "Peach___healthy",
21
+ "9": "Potato___Early_blight",
22
+ "10": "Potato___Late_blight",
23
+ "11": "Potato___healthy",
24
+ "12": "Raspberry___healthy",
25
+ "13": "Soybean___healthy"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "Apple___Apple_scab": 0,
32
+ "Apple___Black_rot": 1,
33
+ "Apple___Cedar_apple_rust": 2,
34
+ "Apple___healthy": 3,
35
+ "Blueberry___healthy": 4,
36
+ "Grape___Black_rot": 5,
37
+ "Grape___healthy": 6,
38
+ "Peach___Bacterial_spot": 7,
39
+ "Peach___healthy": 8,
40
+ "Potato___Early_blight": 9,
41
+ "Potato___Late_blight": 10,
42
+ "Potato___healthy": 11,
43
+ "Raspberry___healthy": 12,
44
+ "Soybean___healthy": 13
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "model_type": "vit",
48
+ "num_attention_heads": 12,
49
+ "num_channels": 3,
50
+ "num_hidden_layers": 12,
51
+ "patch_size": 16,
52
+ "problem_type": "single_label_classification",
53
+ "qkv_bias": true,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.28.0"
56
+ }
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:adbbb5ad7b94fe1506bb48bd88952f1d6d94962c7fe968bcde833ae29973594e
3
+ size 343305581
runs/May22_00-34-38_13c1466b87cd/1684715694.1090453/events.out.tfevents.1684715694.13c1466b87cd.600.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa70bd72d81d5bc5021e1c4451e569d652df48a5f30168b7acce431ad2b794d
3
+ size 5877
runs/May22_00-34-38_13c1466b87cd/events.out.tfevents.1684715694.13c1466b87cd.600.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae64a158889aac8a951d20eb567f5db6877ecbcab5e22ea591eaf1f9f32289ca
3
+ size 6319
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:609e79866a0435b43659880b290da7a19df0ff348d8e14a1dfddf5271886bd00
3
+ size 3579