Instructions to use flair/ner-english-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use flair/ner-english-large with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("flair/ner-english-large") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
language: en
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## English NER in Flair (large model)
|
|
@@ -14,8 +16,6 @@ This is the large 4-class NER model for English that ships with [Flair](https://
|
|
| 14 |
|
| 15 |
F1-Score: **94,36** (corrected CoNLL-03)
|
| 16 |
|
| 17 |
-
**! This model only works with Flair version 0.8 (will be released in the next few days) !**
|
| 18 |
-
|
| 19 |
Predicts 4 tags:
|
| 20 |
|
| 21 |
| **tag** | **meaning** |
|
|
|
|
| 6 |
language: en
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
| 9 |
+
widget:
|
| 10 |
+
- text: "George Washington went to Washington"
|
| 11 |
---
|
| 12 |
|
| 13 |
## English NER in Flair (large model)
|
|
|
|
| 16 |
|
| 17 |
F1-Score: **94,36** (corrected CoNLL-03)
|
| 18 |
|
|
|
|
|
|
|
| 19 |
Predicts 4 tags:
|
| 20 |
|
| 21 |
| **tag** | **meaning** |
|