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: 135 Bytes
4e03a3a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b62156d8508f57715bcd765d2f0342fc38e9b6061c157911e3f939516dd182b6
size 2235444764
|