Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This is a BERT model fine-tuned on a named-entity recognition (NER) dataset.
|
| 2 |
|
| 3 |
The notebook that was used to create this model can be found here: https://github.com/NielsRogge/Transformers-Tutorials/blob/master/BERT/Custom_Named_Entity_Recognition_with_BERT.ipynb
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
This is a BERT model fine-tuned on a named-entity recognition (NER) dataset.
|
| 7 |
|
| 8 |
The notebook that was used to create this model can be found here: https://github.com/NielsRogge/Transformers-Tutorials/blob/master/BERT/Custom_Named_Entity_Recognition_with_BERT.ipynb
|