Text Classification
Transformers
Safetensors
English
chest2vec_labeler
feature-extraction
radiology
chest-ct
report-labeling
multi-label
ct-rate
chexbert-style-f1
custom_code
Instructions to use chest2vec/chest2vec_labeler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chest2vec/chest2vec_labeler with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chest2vec/chest2vec_labeler", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chest2vec/chest2vec_labeler", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 13,853 Bytes
0008ed1 2550218 0008ed1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 | {
"model_type": "chest2vec_labeler",
"architectures": [
"Chest2VecLabelerModel"
],
"auto_map": {
"AutoConfig": "modeling_chest2vec_labeler.Chest2VecLabelerConfig",
"AutoModel": "modeling_chest2vec_labeler.Chest2VecLabelerModel"
},
"base_model": "Qwen/Qwen3-Embedding-0.6B",
"encoder_config": {
"vocab_size": 151669,
"max_position_embeddings": 32768,
"hidden_size": 1024,
"intermediate_size": 3072,
"num_hidden_layers": 28,
"num_attention_heads": 16,
"use_sliding_window": false,
"sliding_window": null,
"max_window_layers": 28,
"num_key_value_heads": 8,
"head_dim": 128,
"hidden_act": "silu",
"initializer_range": 0.02,
"rms_norm_eps": 1e-06,
"use_cache": true,
"rope_theta": 1000000,
"rope_scaling": null,
"attention_bias": false,
"attention_dropout": 0.0,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"return_dict": true,
"output_hidden_states": false,
"torchscript": false,
"dtype": "bfloat16",
"pruned_heads": {},
"tie_word_embeddings": true,
"chunk_size_feed_forward": 0,
"is_encoder_decoder": false,
"is_decoder": false,
"cross_attention_hidden_size": null,
"add_cross_attention": false,
"tie_encoder_decoder": false,
"architectures": [
"Qwen3ForCausalLM"
],
"finetuning_task": null,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"task_specific_params": null,
"problem_type": null,
"tokenizer_class": null,
"prefix": null,
"bos_token_id": 151643,
"pad_token_id": null,
"eos_token_id": 151643,
"sep_token_id": null,
"decoder_start_token_id": null,
"max_length": 20,
"min_length": 0,
"do_sample": false,
"early_stopping": false,
"num_beams": 1,
"temperature": 1.0,
"top_k": 50,
"top_p": 1.0,
"typical_p": 1.0,
"repetition_penalty": 1.0,
"length_penalty": 1.0,
"no_repeat_ngram_size": 0,
"encoder_no_repeat_ngram_size": 0,
"bad_words_ids": null,
"num_return_sequences": 1,
"output_scores": false,
"return_dict_in_generate": false,
"forced_bos_token_id": null,
"forced_eos_token_id": null,
"remove_invalid_values": false,
"exponential_decay_length_penalty": null,
"suppress_tokens": null,
"begin_suppress_tokens": null,
"num_beam_groups": 1,
"diversity_penalty": 0.0,
"_name_or_path": "Qwen/Qwen3-Embedding-0.6B",
"transformers_version": "4.57.3",
"model_type": "qwen3",
"tf_legacy_loss": false,
"use_bfloat16": false,
"output_attentions": false
},
"hidden_size": 1024,
"num_classes_per_label": 3,
"labels": [
"Consolidation",
"Ground-glass opacity (GGO)",
"Crazy-paving pattern",
"Mosaic attenuation / air-trapping",
"Tree-in-bud",
"Centrilobular nodules / bronchiolitis pattern",
"Pulmonary nodule (solid / PSN / GGN)",
"Pulmonary mass (>3 cm)",
"Cavitary nodule / mass",
"Emphysema",
"Bullae / giant bulla",
"Pulmonary cysts / cystic lung disease",
"Reticulation / intralobular thickening",
"Interlobular septal thickening",
"Traction bronchiectasis / bronchiolectasis",
"Honeycombing",
"Parenchymal scarring / fibrotic band",
"Tracheal stenosis / malacia",
"Tracheal / bronchial wall thickening",
"Bronchiectasis",
"Mucoid impaction / plugging",
"Tracheal diverticulum",
"Endotracheal tube",
"Tracheostomy tube",
"Lobar / segmental atelectasis",
"Subsegmental / linear atelectasis",
"Post-lobectomy / segmentectomy",
"Post-pneumonectomy",
"Lung transplant",
"Lungs & Airways_others",
"Pleural effusion",
"Loculated pleural effusion",
"Hemothorax",
"Chest tube / pleural drain",
"Pneumothorax",
"Tension pneumothorax",
"Pleural thickening",
"Pleural plaques",
"Pleural nodule / mass",
"Pleura_others",
"Mediastinal lymphadenopathy",
"Hilar lymphadenopathy",
"Calcified mediastinal / hilar lymph nodes",
"Anterior mediastinal mass",
"Middle / posterior mediastinal mass or cyst",
"Thymic remnant / hyperplasia",
"Esophageal wall thickening / mass",
"Hiatal hernia",
"Esophageal dilation",
"Nasogastric / orogastric tube",
"Pneumomediastinum",
"Mediastinal hematoma / fluid collection",
"Mediastinum & Hila_others",
"Cardiomegaly",
"Pericardial effusion",
"Pericardial thickening / calcification",
"Coronary artery calcification",
"Coronary stent or bypass graft",
"Thoracic aortic calcification",
"Thoracic aortic ectasia / dilation (non-aneurysmal)",
"Thoracic aortic aneurysm",
"Aortic dissection / intramural hematoma",
"Main pulmonary artery enlargement",
"Pulmonary embolism",
"Aortic valve calcification",
"Mitral annular calcification",
"Pacemaker / ICD leads",
"Central venous catheter / PICC",
"LVAD / other cardiac assist device",
"Cardiovascular_others",
"Chest wall soft tissue edema / hematoma",
"Subcutaneous emphysema",
"Chest wall mass",
"Post-thoracotomy change",
"Chest wall tumor invasion",
"Chest Wall_others",
"Acute rib fracture",
"Non-acute / healed rib fracture",
"Sternal fracture",
"Vertebral compression fracture",
"Degenerative spine changes",
"Osteolytic bone lesion",
"Osteosclerotic bone lesion",
"Mixed osteolytic-osteosclerotic lesion",
"Osteopenia",
"Scoliosis / kyphosis",
"Vertebral hemangioma",
"Postoperative spine change / hardware",
"Bones / Spine_others",
"Hepatic steatosis",
"Focal liver lesion (nodule / mass)",
"Hepatomegaly",
"Liver contour irregularity / cirrhosis features",
"Hepatic calcification",
"Cholelithiasis / gallstones",
"Post-cholecystectomy (gallbladder operated / absent)",
"Gallbladder wall thickening",
"Hydropic gallbladder / distension",
"Biliary sludge",
"Biliary stent / catheter / drain",
"Splenomegaly",
"Accessory spleen / splenule / polysplenia",
"Focal splenic lesion (nodule / mass)",
"Pancreatic mass / focal lesion",
"Pancreatic lipomatosis",
"Adrenal nodule / mass",
"Adrenal thickening / hyperplasia",
"Adrenal calcification",
"Simple renal cyst",
"Complex renal cyst / solid renal mass",
"Hydronephrosis",
"Renal calculi / nephrolithiasis",
"Renal atrophy / decreased renal size",
"Nephrectomy (kidney absent / operated)",
"Ascites",
"Pneumoperitoneum",
"Bowel wall thickening / inflammation",
"Diverticulosis",
"Omental caking / peritoneal carcinomatosis",
"Abdominal lymphadenopathy",
"Abdominal aortic aneurysm (partially imaged)",
"Abdominal aortic calcification / atherosclerosis (partially imaged)",
"IVC filter",
"Upper Abdomen_others",
"Thyroid enlargement (goiter)",
"Thyroid nodule",
"Cervical / supraclavicular lymphadenopathy",
"Neck soft tissue mass",
"Lower Neck_others",
"Breast mass / focal asymmetry",
"Post-lumpectomy / post-mastectomy change",
"Breast implant (intact or present)",
"Axillary lymphadenopathy",
"Motion artifact / suboptimal study",
"Study limitation / limited evaluation (non-motion)",
"No significant intrathoracic abnormality",
"Others_others"
],
"instruction": "Given the following chest CT report, extract the presence/absence of entities",
"max_len": 512,
"default_threshold": 0.5,
"torch_dtype": "float32",
"n_labels": 137,
"attn_implementation": "sdpa",
"label_hierarchy": {
"Lungs & Airways": {
"Lung parenchymal attenuation patterns": [
"Consolidation",
"Ground-glass opacity (GGO)",
"Crazy-paving pattern",
"Mosaic attenuation / air-trapping",
"Tree-in-bud",
"Centrilobular nodules / bronchiolitis pattern"
],
"Nodules and masses": [
"Pulmonary nodule (solid / PSN / GGN)",
"Pulmonary mass (>3 cm)",
"Cavitary nodule / mass"
],
"Emphysema & cystic lung disease": [
"Emphysema",
"Bullae / giant bulla",
"Pulmonary cysts / cystic lung disease"
],
"Interstitial / fibrotic lung disease": [
"Reticulation / intralobular thickening",
"Interlobular septal thickening",
"Traction bronchiectasis / bronchiolectasis",
"Honeycombing",
"Parenchymal scarring / fibrotic band"
],
"Volume loss / hyperinflation": [
"Lobar / segmental atelectasis",
"Subsegmental / linear atelectasis"
]
},
"Trachea & Airways": {
"Trachea & Airways": [
"Tracheal stenosis / malacia",
"Tracheal / bronchial wall thickening",
"Bronchiectasis",
"Mucoid impaction / plugging",
"Tracheal diverticulum"
]
},
"Pleura": {
"Pleural fluid collections": [
"Pleural effusion",
"Loculated pleural effusion",
"Hemothorax"
],
"Pleural air": [
"Pneumothorax",
"Tension pneumothorax"
],
"Pleural thickening / masses": [
"Pleural thickening",
"Pleural plaques",
"Pleural nodule / mass"
]
},
"Mediastinum & Hila": {
"Lymph nodes (mediastinal)": [
"Mediastinal lymphadenopathy",
"Hilar lymphadenopathy",
"Calcified mediastinal / hilar lymph nodes"
],
"Mediastinal masses / cysts": [
"Anterior mediastinal mass",
"Middle / posterior mediastinal mass or cyst",
"Thymic remnant / hyperplasia"
],
"Esophagus / hiatus": [
"Esophageal wall thickening / mass",
"Hiatal hernia",
"Esophageal dilation"
],
"Air / fluid in mediastinum": [
"Pneumomediastinum",
"Mediastinal hematoma / fluid collection"
]
},
"Cardiovascular": {
"Cardiac size and morphology": [
"Cardiomegaly"
],
"Pericardium": [
"Pericardial effusion",
"Pericardial thickening / calcification"
],
"Coronary arteries": [
"Coronary artery calcification",
"Coronary stent or bypass graft"
],
"Aorta / pulmonary artery": [
"Thoracic aortic calcification",
"Thoracic aortic ectasia / dilation (non-aneurysmal)",
"Thoracic aortic aneurysm",
"Aortic dissection / intramural hematoma",
"Main pulmonary artery enlargement",
"Pulmonary embolism"
],
"Valves and cardiac devices": [
"Aortic valve calcification",
"Mitral annular calcification",
"Pacemaker / ICD leads"
]
},
"Chest Wall": {
"Chest wall soft tissues": [
"Chest wall soft tissue edema / hematoma",
"Subcutaneous emphysema",
"Chest wall mass"
],
"Post-surgical / tumor invasion (chest wall)": [
"Post-thoracotomy change",
"Post-mastectomy change",
"Chest wall tumor invasion"
]
},
"Bones / Spine": {
"Fractures": [
"Acute rib fracture",
"Non-acute / healed rib fracture",
"Sternal fracture",
"Vertebral compression fracture"
],
"Degenerative / osseous lesions": [
"Degenerative spine changes",
"Osteolytic bone lesion",
"Osteosclerotic bone lesion",
"Mixed osteolytic-osteosclerotic lesion",
"Osteopenia",
"Scoliosis / kyphosis",
"Vertebral hemangioma",
"Postoperative spine change / hardware"
]
},
"Upper Abdomen": {
"Liver": [
"Hepatic steatosis",
"Focal liver lesion (nodule / mass)",
"Hepatomegaly",
"Liver contour irregularity / cirrhosis features",
"Hepatic calcification"
],
"Gallbladder & biliary": [
"Cholelithiasis / gallstones",
"Post-cholecystectomy (gallbladder operated / absent)",
"Gallbladder wall thickening",
"Hydropic gallbladder / distension",
"Biliary sludge",
"Biliary stent / catheter / drain"
],
"Spleen": [
"Splenomegaly",
"Accessory spleen / splenule / polysplenia",
"Focal splenic lesion (nodule / mass)"
],
"Pancreas": [
"Pancreatic mass / focal lesion",
"Pancreatic lipomatosis"
],
"Adrenals": [
"Adrenal nodule / mass",
"Adrenal thickening / hyperplasia",
"Adrenal calcification"
],
"Kidneys / urinary tract": [
"Simple renal cyst",
"Complex renal cyst / solid renal mass",
"Hydronephrosis",
"Renal calculi / nephrolithiasis",
"Renal atrophy / decreased renal size",
"Nephrectomy (kidney absent / operated)"
],
"GI & peritoneum": [
"Ascites",
"Pneumoperitoneum",
"Bowel wall thickening / inflammation",
"Diverticulosis",
"Omental caking / peritoneal carcinomatosis"
],
"Lymph nodes (abdominal)": [
"Abdominal lymphadenopathy"
],
"Upper abdominal vessels": [
"Abdominal aortic aneurysm (partially imaged)",
"Abdominal aortic calcification / atherosclerosis (partially imaged)"
]
},
"Lower Neck": {
"Thyroid": [
"Thyroid enlargement (goiter)",
"Thyroid nodule"
],
"Neck nodes and soft tissues": [
"Cervical / supraclavicular lymphadenopathy",
"Neck soft tissue mass"
]
},
"Others": {
"Breast": [
"Breast mass / focal asymmetry",
"Post-lumpectomy / post-mastectomy change",
"Breast implant (intact or present)"
],
"Axilla": [
"Axillary lymphadenopathy"
],
"Tubes, catheters, and support devices": [
"Endotracheal tube",
"Tracheostomy tube",
"Central venous catheter / PICC",
"Chest tube / pleural drain",
"Nasogastric / orogastric tube",
"IVC filter",
"LVAD / other cardiac assist device"
],
"Post-surgical / transplant status": [
"Post-lobectomy / segmentectomy",
"Post-pneumonectomy",
"Lung transplant"
],
"Study quality / global": [
"Motion artifact / suboptimal study",
"Study limitation / limited evaluation (non-motion)",
"No significant intrathoracic abnormality"
]
}
}
} |