Instructions to use tesemnikov-av/NER-RUBERT-Per-Loc-Org with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tesemnikov-av/NER-RUBERT-Per-Loc-Org with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tesemnikov-av/NER-RUBERT-Per-Loc-Org")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tesemnikov-av/NER-RUBERT-Per-Loc-Org") model = AutoModelForTokenClassification.from_pretrained("tesemnikov-av/NER-RUBERT-Per-Loc-Org") - Notebooks
- Google Colab
- Kaggle
Commit ·
805d2cd
1
Parent(s): cf65fc0
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,13 +5,15 @@ language: RU
|
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
-
|
| 9 |
-
widget:
|
| 10 |
-
- text: "В город Сергиев Посад приехал Курт Кобейн."
|
| 11 |
|
| 12 |
NER Class:
|
| 13 |
- PER
|
| 14 |
- LOC
|
| 15 |
- ORG
|
| 16 |
|
| 17 |
-
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
+
|
|
|
|
|
|
|
| 9 |
|
| 10 |
NER Class:
|
| 11 |
- PER
|
| 12 |
- LOC
|
| 13 |
- ORG
|
| 14 |
|
| 15 |
+
license: mit
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
widget:
|
| 19 |
+
- text: "В город Сергиев Посад приехал Курт Кобейн."
|