Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This is a custom NER (Named Entity Recognition) Model trained using Medical Timeout data using SpaCy as a base model.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- medical
|
| 6 |
+
- NER
|
| 7 |
+
- SpaCy
|
| 8 |
+
---
|
| 9 |
This is a custom NER (Named Entity Recognition) Model trained using Medical Timeout data using SpaCy as a base model.
|