Instructions to use tartuNLP/EstBERT_NER_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tartuNLP/EstBERT_NER_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tartuNLP/EstBERT_NER_v2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tartuNLP/EstBERT_NER_v2") model = AutoModelForTokenClassification.from_pretrained("tartuNLP/EstBERT_NER_v2") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
language: et
|
| 4 |
license: cc-by-4.0
|
| 5 |
-
|
| 6 |
widget:
|
| 7 |
-
- text:
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
| 11 |
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language: et
|
| 3 |
license: cc-by-4.0
|
|
|
|
| 4 |
widget:
|
| 5 |
+
- text: Eesti President on Alar Karis.
|
| 6 |
+
base_model: tartuNLP/EstBERT
|
| 7 |
---
|
| 8 |
|
| 9 |
|