Instructions to use amtam0/timer-ner-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use amtam0/timer-ner-en with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("amtam0/timer-ner-en") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ widget:
|
|
| 9 |
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
7-class NER English model using [Flair TransformerWordEmbeddings - distilroberta-base](https://github.com/flairNLP/flair/).
|
| 13 |
|
| 14 |
| **tag** | **meaning** |
|
|
|
|
| 9 |
|
| 10 |
---
|
| 11 |
|
| 12 |
+
#### This model is used in the [Speech Interval Timer app](https://medium.com/@amtam0/speech-interval-timer-app-using-transformers-1df8fa3821d5)
|
| 13 |
+
|
| 14 |
7-class NER English model using [Flair TransformerWordEmbeddings - distilroberta-base](https://github.com/flairNLP/flair/).
|
| 15 |
|
| 16 |
| **tag** | **meaning** |
|