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") - Inference
- Notebooks
- Google Colab
- Kaggle
Whitespace as ORG
4
#1 opened almost 4 years ago
by
TJC