Santenana commited on
Commit
286d107
1 Parent(s): 96c3cde

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.28.1"
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:f7569eddd36ab2e913dc74e7992256502a23974f3cad4ccf954b9c8049b33180
3
+ size 343271789
runs/Apr21_04-19-43_3d0852bf3499/1682050815.887478/events.out.tfevents.1682050815.3d0852bf3499.719.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7bc4ee134b930431f25d645adb5f29c0ccee00167309ef405f9a63dc95dee2
3
+ size 5964
runs/Apr21_04-19-43_3d0852bf3499/events.out.tfevents.1682050815.3d0852bf3499.719.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09d1a5cb65070950da672f5f47b664f79710dc5f2bd1594340547c9077ef05d
3
+ size 4304
runs/Apr21_04-27-19_3d0852bf3499/1682051337.5083218/events.out.tfevents.1682051337.3d0852bf3499.719.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f695d07330dd37aea301a0d681ad72e056227383afa25602e0fa671c78cb46c
3
+ size 5964
runs/Apr21_04-27-19_3d0852bf3499/events.out.tfevents.1682051337.3d0852bf3499.719.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50893bc4f876772697e2975b4a84a9f34fb3aed167a072a76b9289c6c003e702
3
+ size 4304
runs/Apr21_04-35-50_3d0852bf3499/1682051774.5017145/events.out.tfevents.1682051774.3d0852bf3499.719.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5854b1e3f79f9304b7e0a48e2d7e6ce0c09816c38e7dcce7e2b258f6f054a091
3
+ size 5964
runs/Apr21_04-35-50_3d0852bf3499/events.out.tfevents.1682051774.3d0852bf3499.719.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e7494025364fec8f3ca8b91eb9bbafd1ada7be3736b41138461122f391b9a41
3
+ size 4627
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d7ae9f1920c0ae59d60f0292187bb38db68acf7a7f093fc6de3a9a3407127f
3
+ size 3643