Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
Portuguese
xlm-roberta
Generated from Trainer
Eval Results (legacy)
Instructions to use Luciano/xlm-roberta-large-finetuned-lener-br with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Luciano/xlm-roberta-large-finetuned-lener-br with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Luciano/xlm-roberta-large-finetuned-lener-br")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Luciano/xlm-roberta-large-finetuned-lener-br") model = AutoModelForTokenClassification.from_pretrained("Luciano/xlm-roberta-large-finetuned-lener-br", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K