Text Classification
English
medical
yishuwei2019 commited on
Commit
22fa20c
·
verified ·
1 Parent(s): 2aa6dbf

Update README.md

Browse files

This model is based our work that finetunes a lightweight model (Llama3.1-8B-instruct) from synthetic labels. There are two sources of label: labels generated by GPT and labels generated by a rule based system (Negbio). Arxiv: https://arxiv.org/abs/2409.16563.

The model has two functionalities. The first is to detect entities in a radiology report that can be related with an ICD-10 code. The second is to detect diseases out of 14 candidates. The candidate diseases are: [Atelectasis, Cardiomegaly, Consolidation, Edema, Enlarged Cardiomediastinum, Fracture, Lung Lesion, Lung Opacity, Pleural Effusion, Pleural Other ,Pneumonia, Pneumothorax, Support Devices].

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - meta-llama/Llama-3.1-8B-Instruct
7
+ pipeline_tag: text-classification
8
+ tags:
9
+ - medical
10
+ ---