Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
# Automated Medical Coding
|
4 |
|
5 |
## Overview
|
@@ -13,7 +11,7 @@ Medical coding is a critical step in healthcare, facilitating accurate billing,
|
|
13 |
- Designed to handle clinical notes with complex, unstructured language.
|
14 |
|
15 |
## Base Model
|
16 |
-
This model builds upon the **[Microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract]
|
17 |
|
18 |
## How It Works
|
19 |
1. **Input:** Clinical notes or medical documentation in textual format.
|
|
|
|
|
|
|
1 |
# Automated Medical Coding
|
2 |
|
3 |
## Overview
|
|
|
11 |
- Designed to handle clinical notes with complex, unstructured language.
|
12 |
|
13 |
## Base Model
|
14 |
+
This model builds upon the **[Microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract]**, a pretrained transformer model fine-tuned for medical text understanding. BiomedBERT's capability to process medical jargon makes it an ideal foundation for this task.
|
15 |
|
16 |
## How It Works
|
17 |
1. **Input:** Clinical notes or medical documentation in textual format.
|