Training in progress, step 100
Browse files- config.json +4 -28
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -39,39 +39,15 @@
|
|
39 |
"giou_cost": 2,
|
40 |
"giou_loss_coefficient": 2,
|
41 |
"id2label": {
|
42 |
-
"0": "
|
43 |
-
"1": "
|
44 |
-
"2": "Calcification",
|
45 |
-
"3": "Cardiomegaly",
|
46 |
-
"4": "Consolidation",
|
47 |
-
"5": "ILD",
|
48 |
-
"6": "Infiltration",
|
49 |
-
"7": "Lung Opacity",
|
50 |
-
"8": "Nodule/Mass",
|
51 |
-
"9": "Other lesion",
|
52 |
-
"10": "Pleural effusion",
|
53 |
-
"11": "Pleural thickening",
|
54 |
-
"12": "Pneumothorax",
|
55 |
-
"13": "Pulmonary fibrosis"
|
56 |
},
|
57 |
"init_std": 0.02,
|
58 |
"init_xavier_std": 1.0,
|
59 |
"is_encoder_decoder": true,
|
60 |
"label2id": {
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"Calcification": 2,
|
64 |
-
"Cardiomegaly": 3,
|
65 |
-
"Consolidation": 4,
|
66 |
-
"ILD": 5,
|
67 |
-
"Infiltration": 6,
|
68 |
-
"Lung Opacity": 7,
|
69 |
-
"Nodule/Mass": 8,
|
70 |
-
"Other lesion": 9,
|
71 |
-
"Pleural effusion": 10,
|
72 |
-
"Pleural thickening": 11,
|
73 |
-
"Pneumothorax": 12,
|
74 |
-
"Pulmonary fibrosis": 13
|
75 |
},
|
76 |
"mask_loss_coefficient": 1,
|
77 |
"max_position_embeddings": 1024,
|
|
|
39 |
"giou_cost": 2,
|
40 |
"giou_loss_coefficient": 2,
|
41 |
"id2label": {
|
42 |
+
"0": "no_tb",
|
43 |
+
"1": "tb"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
},
|
45 |
"init_std": 0.02,
|
46 |
"init_xavier_std": 1.0,
|
47 |
"is_encoder_decoder": true,
|
48 |
"label2id": {
|
49 |
+
"no_tb": 0,
|
50 |
+
"tb": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
},
|
52 |
"mask_loss_coefficient": 1,
|
53 |
"max_position_embeddings": 1024,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a921cd5dbed003f068b03774f631d8361e23ce86dbeb2f199ef116d86d72b9d
|
3 |
+
size 166495852
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ffb614cdf305cab56e3e8c32796642c1de47300cd79bef105e5999eb25599f2
|
3 |
size 5368
|