mserrasa commited on
Commit
90f91ec
1 Parent(s): 2cca06d

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hustvl/yolos-tiny",
3
+ "architectures": [
4
+ "YolosForObjectDetection"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_loss": false,
8
+ "bbox_cost": 5,
9
+ "bbox_loss_coefficient": 5,
10
+ "class_cost": 1,
11
+ "eos_coefficient": 0.1,
12
+ "giou_cost": 2,
13
+ "giou_loss_coefficient": 2,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 192,
17
+ "id2label": {
18
+ "0": "Aortic enlargement",
19
+ "1": "Cardiomegaly",
20
+ "2": "Nodule/Mass",
21
+ "3": "Pleural thickening",
22
+ "4": "Pulmonary fibrosis"
23
+ },
24
+ "image_size": [
25
+ 800,
26
+ 1333
27
+ ],
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 768,
30
+ "label2id": {
31
+ "Aortic enlargement": 0,
32
+ "Cardiomegaly": 1,
33
+ "Nodule/Mass": 2,
34
+ "Pleural thickening": 3,
35
+ "Pulmonary fibrosis": 4
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "yolos",
39
+ "num_attention_heads": 3,
40
+ "num_channels": 3,
41
+ "num_detection_tokens": 100,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "qkv_bias": true,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.40.2",
47
+ "use_mid_position_embeddings": false
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e0c4d4909e9abe2de5df5b42a71ac36b6b322c06b65facb2f455aa7035ed6a2
3
+ size 25912488
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "do_convert_annotations",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": true,
25
+ "do_rescale": true,
26
+ "do_resize": true,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "YolosImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 1333,
43
+ "shortest_edge": 512
44
+ }
45
+ }
runs/May10_17-48-49_501cb196f83d/events.out.tfevents.1715363375.501cb196f83d.558.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bc4c453093682de9c1aa167497539d1d58c2f93f43515ea9341e674502c48e
3
+ size 5146
runs/May10_17-51-57_501cb196f83d/events.out.tfevents.1715363525.501cb196f83d.558.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2cc7fb569265ebf4ca009d9bcef004fcbe1148cd0db50c09b360368f2f0a32
3
+ size 5540
runs/May10_17-53-02_501cb196f83d/events.out.tfevents.1715363586.501cb196f83d.558.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a658d6e5902dba9e879cb9667f326532fa0874bf67409be8137682ad3986cb
3
+ size 5146
runs/May10_17-53-02_501cb196f83d/events.out.tfevents.1715364033.501cb196f83d.558.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb688318539619969e3d472649ff950a5e65bf3526def6ed422d62ca15134128
3
+ size 5146
runs/May10_17-53-02_501cb196f83d/events.out.tfevents.1715364129.501cb196f83d.558.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c91ee8021aa2ec9a3cb60d770aa000d8dd9d3be988809fec76f44b5bdb32801
3
+ size 5982
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d806ee22a7d678114932ee07de598aa8134a63bec8429b073e83f9a3b5268e
3
+ size 4984