Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Clinical Decision Support Model 🩺📊
|
| 5 |
Model Overview
|
|
@@ -68,5 +70,4 @@ Expand the scope to include recommendations for other medical domains.
|
|
| 68 |
## Acknowledgments
|
| 69 |
|
| 70 |
Model fine-tuned using the Hugging Face Transformers library.
|
| 71 |
-
Base model provided by Microsoft: BiomedBERT.
|
| 72 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext
|
| 5 |
---
|
| 6 |
## Clinical Decision Support Model 🩺📊
|
| 7 |
Model Overview
|
|
|
|
| 70 |
## Acknowledgments
|
| 71 |
|
| 72 |
Model fine-tuned using the Hugging Face Transformers library.
|
| 73 |
+
Base model provided by Microsoft: BiomedBERT.
|
|
|