ltmai commited on
Commit
ea36b85
1 Parent(s): 6a54f32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,13 +32,13 @@ pipeline_tag: text-classification
32
 
33
  # Bio_ClinicalBERT_DDI_finetuned
34
 
35
- This model is a fine-tuned version of [Bio_ClinicalBERT](https://huggingface.co/) on the Drug-Drug Interaction dataset extracted from DrugBank database.
36
  It achieves the following results on the Test dataset:
37
  - F2: 0.7872
38
  - AUPRC: 0.869
39
  - Recall: 0.7849
40
  - Precision: 0.7967
41
- - Mcc: 0.3779
42
 
43
  ## Model description
44
 
 
32
 
33
  # Bio_ClinicalBERT_DDI_finetuned
34
 
35
+ This model was initialized from [Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) by adding three hidden layers after the BERT pooler layer. The model was trained on the Drug-Drug Interaction dataset extracted from [DrugBank](https://go.drugbank.com/releases/latest) database and [National Library of Medicine](https://lhncbc.nlm.nih.gov/RxNav/APIs/InteractionAPIs.html) API.
36
  It achieves the following results on the Test dataset:
37
  - F2: 0.7872
38
  - AUPRC: 0.869
39
  - Recall: 0.7849
40
  - Precision: 0.7967
41
+ - MCC: 0.3779
42
 
43
  ## Model description
44