Instructions to use RJ3vans/NPheadTagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RJ3vans/NPheadTagger with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="RJ3vans/NPheadTagger")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RJ3vans/NPheadTagger") model = AutoModelForTokenClassification.from_pretrained("RJ3vans/NPheadTagger") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,6 @@ Examples you might try include:
|
|
| 13 |
|
| 14 |
The bottle of ginger beer
|
| 15 |
|
| 16 |
-
John, Peter, and Mary, who
|
| 17 |
|
| 18 |
The man who won the race
|
|
|
|
| 13 |
|
| 14 |
The bottle of ginger beer
|
| 15 |
|
| 16 |
+
John, Peter, and Mary, who live in Sri Lanka
|
| 17 |
|
| 18 |
The man who won the race
|