kartoun commited on
Commit
5d928b3
·
verified ·
1 Parent(s): 942bf44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -12,6 +12,12 @@ language:
12
  base_model:
13
  - emilyalsentzer/Bio_ClinicalBERT
14
  pipeline_tag: text-classification
 
 
 
 
 
 
15
  ---
16
  **Overview:** This repository hosts the fine-tuned model, adapted specifically for the detection of alcohol use expressions in clinical narratives. This fine-tuned model is based on 1,000 simulated expressions, labeled as either 'inappropriate use of alcohol' or 'no use or acceptable use of alcohol'. It may serve particularly for studies that need to consider alcohol consumption as a significant covariate, such as those excluding patients from cohorts in liver disease research.
17
 
 
12
  base_model:
13
  - emilyalsentzer/Bio_ClinicalBERT
14
  pipeline_tag: text-classification
15
+ tags:
16
+ - emrs
17
+ - ehrs
18
+ - clinical
19
+ - alcohol
20
+ - liver
21
  ---
22
  **Overview:** This repository hosts the fine-tuned model, adapted specifically for the detection of alcohol use expressions in clinical narratives. This fine-tuned model is based on 1,000 simulated expressions, labeled as either 'inappropriate use of alcohol' or 'no use or acceptable use of alcohol'. It may serve particularly for studies that need to consider alcohol consumption as a significant covariate, such as those excluding patients from cohorts in liver disease research.
23