Instructions to use FacebookAI/xlm-roberta-large-finetuned-conll03-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FacebookAI/xlm-roberta-large-finetuned-conll03-english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="FacebookAI/xlm-roberta-large-finetuned-conll03-english")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("FacebookAI/xlm-roberta-large-finetuned-conll03-english") model = AutoModelForTokenClassification.from_pretrained("FacebookAI/xlm-roberta-large-finetuned-conll03-english") - Inference
- Notebooks
- Google Colab
- Kaggle
License
#15 opened over 1 year ago
by
Balint831d
i am unable to use it with transformers js , because onnx quantize is messing
#14 opened almost 2 years ago
by
eassa
How come there's no B-PER?
#13 opened about 2 years ago
by
dejanseo
Labelling Scheme
#12 opened about 2 years ago
by
swtb
Adding ONNX file of this model
1
#9 opened over 2 years ago
by
Haolin99
Model not working
#7 opened about 3 years ago
by
Rannkly
Adding `safetensors` variant of this model
#6 opened about 3 years ago
by
SFconvertbot
Rate Limit Issue
#5 opened over 3 years ago
by
Rannkly
Create README.md
#2 opened about 4 years ago
by
xavio
Create README.md
#1 opened about 4 years ago
by
Onigirchic