Sohaibsoussi commited on
Commit
171efab
·
verified ·
1 Parent(s): ee99ed3

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "No Finding",
13
+ "1": "Atelectasis",
14
+ "10": "Edema",
15
+ "11": "Emphysema",
16
+ "12": "Fibrosis",
17
+ "13": "Pleural_Thickening",
18
+ "14": "Hernia",
19
+ "2": "Cardiomegaly",
20
+ "3": "Effusion",
21
+ "4": "Infiltration",
22
+ "5": "Mass",
23
+ "6": "Nodule",
24
+ "7": "Pneumonia",
25
+ "8": "Pneumothorax",
26
+ "9": "Consolidation"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "Atelectasis": "1",
33
+ "Cardiomegaly": "2",
34
+ "Consolidation": "9",
35
+ "Edema": "10",
36
+ "Effusion": "3",
37
+ "Emphysema": "11",
38
+ "Fibrosis": "12",
39
+ "Hernia": "14",
40
+ "Infiltration": "4",
41
+ "Mass": "5",
42
+ "No Finding": "0",
43
+ "Nodule": "6",
44
+ "Pleural_Thickening": "13",
45
+ "Pneumonia": "7",
46
+ "Pneumothorax": "8"
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "model_type": "vit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "problem_type": "multi_label_classification",
55
+ "qkv_bias": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.46.3"
58
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575b8873acc22be197d3d37cc2c1dbf746fdce91e3c0c7cc99ced609e4bf07ef
3
+ size 343263964
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
+ }
runs/Dec08_15-44-39_WorkstationLPRI/events.out.tfevents.1733669081.WorkstationLPRI.2825604.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc0dad93e4b867992952d1e64b64bf15bad1ae6c7b8346f55f4af337cafd9a2
3
+ size 5703
runs/Dec08_15-45-01_WorkstationLPRI/events.out.tfevents.1733669104.WorkstationLPRI.2825604.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385a2309896d35670b6cd9df8e9304f0179c08f5e99e2add70929572d2ca5249
3
+ size 8139
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fff71e7cd014157e1a5e58e4df3f2d9f525df2cbcccd097a2f126fa386693f83
3
+ size 5304