How to use from the
Use from the
Transformers library
# 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")
Quick Links

Model Card for Model ID

xlm-roberta-large finetuned on Wikiann/ru

  • Developed by: Sergey Biryukov
  • Model type: NER
  • Language(s) (NLP): [More Information Needed]
  • License: MIT
  • Finetuned from model: xlm-roberta-large
Downloads last month
116
Safetensors
Model size
0.6B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support