Sohaibsoussi commited on
Commit
8604aa9
·
verified ·
1 Parent(s): 77f5ba2

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:3918281195c12b4d4328dc57fd14abf05231c897b5bb5fd0a52fa99ab1926535
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_11-36-06_3d06a26b8646/events.out.tfevents.1733657770.3d06a26b8646.2057.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96cfa3d94752624c37efe1a3593bf2b298a526ca230a84921489501e8ae856bb
3
+ size 5698
runs/Dec08_11-43-59_3d06a26b8646/events.out.tfevents.1733658242.3d06a26b8646.2057.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8b228143da21e60b6c27a4518cbd5329af2dd748b98407a3a924a8f349e13e
3
+ size 5698
runs/Dec08_11-46-51_3d06a26b8646/events.out.tfevents.1733658413.3d06a26b8646.2057.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4289b0f320e31d7e9325bb416bf62812ab7a6087daff4e4cc24d05ba9aa837
3
+ size 7768
runs/Dec08_11-54-35_3d06a26b8646/events.out.tfevents.1733658878.3d06a26b8646.2057.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f23a4dcb84a75360374061c05e8b3a68cdcab623f316cea7ef1d86cd1cbd0f80
3
+ size 7768
runs/Dec08_11-58-40_3d06a26b8646/events.out.tfevents.1733659122.3d06a26b8646.2057.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80dfc52085f268405ffaee0f555ade5888bd0b53d078c295bd06321ecc1cb024
3
+ size 7768
runs/Dec08_12-04-07_3d06a26b8646/events.out.tfevents.1733659450.3d06a26b8646.2057.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e544543c640315dfed74e8c54cdee984b6e10361ffdbc61a39dfdf8d0e25846
3
+ size 8180
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ef43a5fabea85163de914ea575fa352867c1fbf9265215e3f29d219e9e9ba74
3
+ size 5304