sbottazziunsam commited on
Commit
2bed65b
1 Parent(s): 4e84e7f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nickmuchi/vit-finetuned-chest-xray-pneumonia",
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": "artificial valve",
13
+ "1": "catheter",
14
+ "2": "foreign body",
15
+ "3": "material",
16
+ "4": "no artifacts",
17
+ "5": "pacemaker",
18
+ "6": "prosthesis",
19
+ "7": "tube"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "artificial valve": 0,
26
+ "catheter": 1,
27
+ "foreign body": 2,
28
+ "material": 3,
29
+ "no artifacts": 4,
30
+ "pacemaker": 5,
31
+ "prosthesis": 6,
32
+ "tube": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.28.0.dev0"
44
+ }
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:2be35cd3efa71a94e22722e98ebce9e5d5082f605e4cc5bc47023b22cc68920f
3
+ size 343287149
runs/May04_02-14-43_pc48/1714788889.9102376/events.out.tfevents.1714788889.pc48.5155.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e15961fa086bde4a9d6c74a92c788882d7249c7e4c6a64390b77a8b1189e53b
3
+ size 5874
runs/May04_02-14-43_pc48/events.out.tfevents.1714788889.pc48.5155.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8a8ffa2096d48dc31e363ba84892409642b6ac1e5719abfa900cbcfa016244
3
+ size 4871
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:138a28d6f8ac29053d36ca71fda0eb4c09fe33d039497194f3e9ca6d840fb76a
3
+ size 3643