Instructions to use yqelz/xml-roberta-large-ner-russian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yqelz/xml-roberta-large-ner-russian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="yqelz/xml-roberta-large-ner-russian")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("yqelz/xml-roberta-large-ner-russian") model = AutoModelForTokenClassification.from_pretrained("yqelz/xml-roberta-large-ner-russian") - Notebooks
- Google Colab
- Kaggle
File size: 21 Bytes
f10235b | 1 2 3 4 | ---
license: mit
---
|