Rolv-Arild commited on
Commit
291dfa0
1 Parent(s): 7dbf0a5
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 64.0,
3
+ "eval_accuracy": 0.9112732985321311,
4
+ "eval_f1": 0.8761606783620112,
5
+ "eval_loss": 0.2396179437637329,
6
+ "eval_matthews_correlation": 0.8143620838003341,
7
+ "eval_precision": 0.8945106594084687,
8
+ "eval_recall": 0.8625140125315464,
9
+ "eval_runtime": 752.389,
10
+ "eval_samples_per_second": 81.22,
11
+ "eval_steps_per_second": 10.153,
12
+ "train_loss": 0.24540981396715691,
13
+ "train_runtime": 455032.4128,
14
+ "train_samples_per_second": 33.866,
15
+ "train_steps_per_second": 0.066
16
+ }
checkpoint-29800/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-384",
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": "Front",
13
+ "1": "Middle",
14
+ "2": "Back"
15
+ },
16
+ "image_size": 384,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "Back": "2",
21
+ "Front": "0",
22
+ "Middle": "1"
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.20.0"
34
+ }
checkpoint-29800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54baca879d30407a26303c76aabf9a179900a6b65a71aa08335ae3ee9f28f22e
3
+ size 688858465
checkpoint-29800/preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 384
17
+ }
checkpoint-29800/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec79a525fb8aabb4e0420f1319be89fac87786a60a58d85f2aae0e4374ed7cd
3
+ size 344437425
checkpoint-29800/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b550e0eecd65ddd0bb45b5d74bd257c8ad8317075fc8c8e814292afcd36cb5
3
+ size 14503
checkpoint-29800/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec1f63bb3b95c558487d7aab650d367a0c558cdc392265366c7ba8bfcbf1fbb
3
+ size 559
checkpoint-29800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b228f654d7619547fd78b575ae293ae2345ef263a2a76a59842a59b16a1413e7
3
+ size 623
checkpoint-29800/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-29800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309e69e047cf89ec944a45460241e763223e929d69f45e9c8307d6c89bde5531
3
+ size 3311
checkpoint-30000/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-384",
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": "Front",
13
+ "1": "Middle",
14
+ "2": "Back"
15
+ },
16
+ "image_size": 384,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "Back": "2",
21
+ "Front": "0",
22
+ "Middle": "1"
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.20.0"
34
+ }
checkpoint-30000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01cd800c3257feebbff7b6fe2af90b481ae46469a8814c78676154e22ce24140
3
+ size 688858465
checkpoint-30000/preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 384
17
+ }
checkpoint-30000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d965ae3fc4c48449773cd9057cb09c1ea3c36055a56fdbfff36783fd16f8a62c
3
+ size 344437425
checkpoint-30000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d014eefe837880243c764eb322650e1c8847dd50f3b2085c84680feb5cfd0e2a
3
+ size 14503
checkpoint-30000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d4c98f57aed638b281a1db728c32054601ce0dc2ffdb9a30291e9b0489c748
3
+ size 559
checkpoint-30000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d5e64a3317dae6ac6b918e32a6ed7ffe8a2f8ea5a0e32ed3a021e91fb9c2251
3
+ size 623
checkpoint-30000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-30000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309e69e047cf89ec944a45460241e763223e929d69f45e9c8307d6c89bde5531
3
+ size 3311
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-384",
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": "Front",
13
+ "1": "Middle",
14
+ "2": "Back"
15
+ },
16
+ "image_size": 384,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "Back": "2",
21
+ "Front": "0",
22
+ "Middle": "1"
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.20.0"
34
+ }
eval_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 64.0,
3
+ "eval_accuracy": 0.9112732985321311,
4
+ "eval_f1": 0.8761606783620112,
5
+ "eval_loss": 0.2396179437637329,
6
+ "eval_matthews_correlation": 0.8143620838003341,
7
+ "eval_precision": 0.8945106594084687,
8
+ "eval_recall": 0.8625140125315464,
9
+ "eval_runtime": 752.389,
10
+ "eval_samples_per_second": 81.22,
11
+ "eval_steps_per_second": 10.153
12
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 384
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec79a525fb8aabb4e0420f1319be89fac87786a60a58d85f2aae0e4374ed7cd
3
+ size 344437425
runs/Jun28_23-44-03_ficino/1656452647.2441115/events.out.tfevents.1656452647.ficino.3045456.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce584a9d19842cde4d22d5f059c051e399ca9e6bc1b818f4bb0e84d9f31deeac
3
+ size 5357
runs/Jun28_23-44-03_ficino/events.out.tfevents.1656452647.ficino.3045456.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea845935bc47b822eb2f1a79734691f9499768178f452b2af12f3c2dc79c61f
3
+ size 132630
runs/Jun28_23-44-03_ficino/events.out.tfevents.1656908432.ficino.3045456.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c399c7f9bcf60622698a630d2ba34c35ad963a47ea69b65ac9652203bcfb694e
3
+ size 586
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 64.0,
3
+ "train_loss": 0.24540981396715691,
4
+ "train_runtime": 455032.4128,
5
+ "train_samples_per_second": 33.866,
6
+ "train_steps_per_second": 0.066
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309e69e047cf89ec944a45460241e763223e929d69f45e9c8307d6c89bde5531
3
+ size 3311