tadeous commited on
Commit
6ab11ef
1 Parent(s): b66024f

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "angular_leaf_spot",
13
+ "1": "bean_rust",
14
+ "2": "healthy"
15
+ },
16
+ "image_size": 224,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "angular_leaf_spot": "0",
21
+ "bean_rust": "1",
22
+ "healthy": "2"
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "model_type": "vit",
26
+ "num_attention_heads": 12,
27
+ "num_channels": 3,
28
+ "num_hidden_layers": 12,
29
+ "patch_size": 16,
30
+ "problem_type": "single_label_classification",
31
+ "qkv_bias": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.26.0"
34
+ }
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": "ViTFeatureExtractor",
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:7f2ecb6bdbf8fdc811f0b6bfbf844c4285e0f90426a86d17763343fefe4cd498
3
+ size 343271789
runs/Jan28_22-04-37_ad3f633b9781/1674943605.8708863/events.out.tfevents.1674943605.ad3f633b9781.151.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020be24bc6fb97d6f1c89471c10d44a936cc426e6a2ab1164298bfe79c0cfdd0
3
+ size 5673
runs/Jan28_22-04-37_ad3f633b9781/events.out.tfevents.1674943605.ad3f633b9781.151.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80f93d544aa7c2d2232a4fb3f440a0565bc4aa62f79a5de1bdab5d264fbbb6b
3
+ size 3877
runs/Jan28_22-13-23_ad3f633b9781/1674944016.6218867/events.out.tfevents.1674944016.ad3f633b9781.151.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eed49ce31f20f418b74e8e01c75be542191f67e77387b244cba1af4ca9676f5
3
+ size 5673
runs/Jan28_22-13-23_ad3f633b9781/events.out.tfevents.1674944016.ad3f633b9781.151.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc357f88102f3bbf755b4844b10b3084377aaaf7719577964f25529d2bce75b3
3
+ size 3877
runs/Jan28_22-25-10_ad3f633b9781/1674944757.2829082/events.out.tfevents.1674944757.ad3f633b9781.151.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edbd7e634302d67ee05139661b69e932dacab9fcfc01b647f90c0ccb630f398
3
+ size 5673
runs/Jan28_22-25-10_ad3f633b9781/events.out.tfevents.1674944757.ad3f633b9781.151.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def56d5b268791ffa225ca9b3869464744e4b176f3f857c6c1a9bff9024e3633
3
+ size 3877
runs/Jan28_22-29-28_ad3f633b9781/1674945001.3848603/events.out.tfevents.1674945001.ad3f633b9781.151.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d572d313a01c59d32536c6073387499c5d64d111e7f0a8c54cc335a5a0b002
3
+ size 5673
runs/Jan28_22-29-28_ad3f633b9781/events.out.tfevents.1674945001.ad3f633b9781.151.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8a82248e8446ac5730b81b7a15c525e14148a071c564c5d4b0bb91d7b4e853
3
+ size 4357
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbf9006e0ddaca3cda0aac958b13789d7890b16322b6d6438a1e840093746d3b
3
+ size 3451