Commit
·
c5f4faa
1
Parent(s):
b6f0e47
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ tags:
|
|
3 |
- flair
|
4 |
- token-classification
|
5 |
- sequence-tagger-model
|
|
|
6 |
language: en
|
7 |
datasets:
|
8 |
- ontonotes
|
@@ -10,6 +11,10 @@ widget:
|
|
10 |
- text: "On September 1st George won 1 dollar while watching Game of Thrones."
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
13 |
## English NER in Flair (Ontonotes large model)
|
14 |
|
15 |
This is the large 18-class NER model for English that ships with [Flair](https://github.com/flairNLP/flair/).
|
|
|
3 |
- flair
|
4 |
- token-classification
|
5 |
- sequence-tagger-model
|
6 |
+
- endpoint-template
|
7 |
language: en
|
8 |
datasets:
|
9 |
- ontonotes
|
|
|
11 |
- text: "On September 1st George won 1 dollar while watching Game of Thrones."
|
12 |
---
|
13 |
|
14 |
+
# Fork of [flair/ner-english-ontonotes-large](https://huggingface.co/flair/ner-english-ontonotes-large)
|
15 |
+
|
16 |
+
> This is fork of [flair/ner-english-ontonotes-large](https://huggingface.co/flair/ner-english-ontonotes-large) implementing a custom `handler.py` as an example for how to use `flair` models with [inference-endpoints](https://hf.co/inference-endpoints)
|
17 |
+
|
18 |
## English NER in Flair (Ontonotes large model)
|
19 |
|
20 |
This is the large 18-class NER model for English that ships with [Flair](https://github.com/flairNLP/flair/).
|