Julien Chaumond commited on
Commit ·
9b28741
1
Parent(s): 28a10a2
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,9 @@ tags:
|
|
| 4 |
- token-classification
|
| 5 |
- sequence-tagger-model
|
| 6 |
language: en
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
## Flair NER model `en-ner-conll03-v0.4.pt`
|
|
@@ -34,10 +37,8 @@ print(sentence.to_tagged_string())
|
|
| 34 |
|
| 35 |
yields the following output:
|
| 36 |
|
| 37 |
-
``
|
| 38 |
-
|
| 39 |
-
I work at Hugging <B-LOC> Face <E-LOC> .
|
| 40 |
-
```
|
| 41 |
|
| 42 |
### Thanks [@stefan-it](https://huggingface.co/stefan-it) for the Flair integration ❤️ 🔥
|
| 43 |
|
|
|
|
| 4 |
- token-classification
|
| 5 |
- sequence-tagger-model
|
| 6 |
language: en
|
| 7 |
+
datasets:
|
| 8 |
+
- conll2003
|
| 9 |
+
inference: false
|
| 10 |
---
|
| 11 |
|
| 12 |
## Flair NER model `en-ner-conll03-v0.4.pt`
|
|
|
|
| 37 |
|
| 38 |
yields the following output:
|
| 39 |
|
| 40 |
+
> `My name is Julien <S-PER> , I currently live in Paris <S-LOC> , I work at Hugging <B-LOC> Face <E-LOC> .`
|
| 41 |
+
|
|
|
|
|
|
|
| 42 |
|
| 43 |
### Thanks [@stefan-it](https://huggingface.co/stefan-it) for the Flair integration ❤️ 🔥
|
| 44 |
|