Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- ditilbert
|
| 6 |
+
- text classification
|
| 7 |
+
- clinical notes
|
| 8 |
+
- wellnation
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
<pre>
|
| 12 |
+
labels map =
|
| 13 |
+
{
|
| 14 |
+
"0": "Gastroenterology",
|
| 15 |
+
"1": "Neurology",
|
| 16 |
+
"2": "Orthopedic",
|
| 17 |
+
"3": "Radiology",
|
| 18 |
+
"4": "Urology"
|
| 19 |
+
}
|
| 20 |
+
</pre>
|
| 21 |
+
|
| 22 |
+
<h2><i>The fine tuned model has been trained on around 2300 medical transcriptions, to classify medical specialty.
|
| 23 |
+
More classes will be added as data would be available.</i></h2>
|