Commit ·
3ec084e
1
Parent(s): 6e5c22a
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,10 +6,11 @@ library_name: spacy
|
|
| 6 |
tags:
|
| 7 |
- customNER
|
| 8 |
- bicycle
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
# Model Card cycLingoNER model
|
| 11 |
|
| 12 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 13 |
|
| 14 |
-
A custom NER model trained on custom dataset to detect bicycle specific terminology as entity. Trained on a blank spaCy model.
|
| 15 |
-
|
|
|
|
| 6 |
tags:
|
| 7 |
- customNER
|
| 8 |
- bicycle
|
| 9 |
+
- ner
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
---
|
| 12 |
# Model Card cycLingoNER model
|
| 13 |
|
| 14 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
|
| 16 |
+
A custom NER model trained on custom dataset to detect bicycle specific terminology as entity. Trained on a blank spaCy model.
|
|
|