trpakov commited on
Commit
e975470
1 Parent(s): 88ac7e3

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "PNEUMONIA",
13
+ "1": "NORMAL"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "NORMAL": "1",
20
+ "PNEUMONIA": "0"
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "model_type": "vit",
24
+ "num_attention_heads": 12,
25
+ "num_channels": 3,
26
+ "num_hidden_layers": 12,
27
+ "patch_size": 16,
28
+ "problem_type": "single_label_classification",
29
+ "qkv_bias": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.26.1"
32
+ }
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:ba8a1179669bcec62b58adb1a3d5b775830bc2de8d45e56b725c900bdb190eff
3
+ size 343268717
runs/Mar13_08-32-35_1c4125116343/1678696387.737725/events.out.tfevents.1678696387.1c4125116343.9334.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f42da5b046b353f6b676c38c82e3bbb86c4a6e267f31a5787f4b1cfba823e5
3
+ size 5665
runs/Mar13_08-32-35_1c4125116343/events.out.tfevents.1678696387.1c4125116343.9334.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd9266626df73792bbf0b27c7b393db868c5281ff827c78c2405adac4c653e3
3
+ size 6759
runs/Mar13_08-44-56_1c4125116343/1678697108.1553411/events.out.tfevents.1678697108.1c4125116343.9334.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a63c17eabe526980c1d5faa9c1b155779802f6fefde5c407174bf0ea9338d3
3
+ size 5668
runs/Mar13_08-44-56_1c4125116343/1678697317.6216679/events.out.tfevents.1678697317.1c4125116343.9334.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04434b59bce24e696736302bdafb36f0ab903af04fdcbb5cf2ff8030fc9f496
3
+ size 5668
runs/Mar13_08-44-56_1c4125116343/1678697525.2659326/events.out.tfevents.1678697525.1c4125116343.9334.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9f100702c81c55ee86322e407e5a9e77961c58d0e8d741cae51062a11536481
3
+ size 5668
runs/Mar13_08-44-56_1c4125116343/1678698284.2374094/events.out.tfevents.1678698284.1c4125116343.9334.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9623611d7d5485a7983335a9f21d914b51f04083118a489493a4f7a2631e0cb4
3
+ size 5668
runs/Mar13_08-44-56_1c4125116343/events.out.tfevents.1678697108.1c4125116343.9334.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dca1f078e688f1b0e3fb0b776078c7f9272071cb25da7ec917c8c0c692af695
3
+ size 7988
runs/Mar13_08-44-56_1c4125116343/events.out.tfevents.1678697525.1c4125116343.9334.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726fac8db0bb92cbe76fe4118beb5978c51d58feeea010a31a0e2fefdb2b02b5
3
+ size 4014
runs/Mar13_08-44-56_1c4125116343/events.out.tfevents.1678698284.1c4125116343.9334.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c6809aa4c939555808da1fa43bd6e4383a0f449b7c46245c8f87c7bed514a9
3
+ size 4331
runs/Mar13_09-10-45_1c4125116343/1678698661.2028086/events.out.tfevents.1678698661.1c4125116343.9334.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b1b26b7b8fd259e718050111798fc3d3204337fd41fb0ab8125295a770a320
3
+ size 5665
runs/Mar13_09-10-45_1c4125116343/events.out.tfevents.1678698661.1c4125116343.9334.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd3ca88f1aed045cd22096a08950ba48d91499b1ce84107ef97a749f460cbd2d
3
+ size 7131
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb9ffcb0afa02e0d4a1521a3cd6e94f84941a22add70e8d231ce76927a18399
3
+ size 3515