Instructions to use Davlan/xlm-roberta-base-ner-hrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Davlan/xlm-roberta-base-ner-hrl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Davlan/xlm-roberta-base-ner-hrl")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Davlan/xlm-roberta-base-ner-hrl") model = AutoModelForTokenClassification.from_pretrained("Davlan/xlm-roberta-base-ner-hrl", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
eb7c697 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:168d05007b148d965cfacc2c5338bbb6b2850e48e1e7a069d7396c0e39422604
size 1109929655
|