Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
### Model Description
|
| 8 |
+
|
| 9 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 10 |
+
|
| 11 |
+
**bert-base-ner-coreml** is a coreml version of the [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) model for Named Entity Recognition.
|
| 12 |
+
The conversion was performed with the [transformers-to-coreml](https://huggingface.co/spaces/coreml-projects/transformers-to-coreml) conversion Space.
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|