google/xtreme
Viewer • Updated • 2.77M • 17.4k • 116
How to use ShkalikovOleh/xlm-roberta-large-panx-wikiann-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="ShkalikovOleh/xlm-roberta-large-panx-wikiann-en") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("ShkalikovOleh/xlm-roberta-large-panx-wikiann-en")
model = AutoModelForTokenClassification.from_pretrained("ShkalikovOleh/xlm-roberta-large-panx-wikiann-en")This model is a fine-tuned version of FacebookAI/xlm-roberta-large on the google/xtreme dataset (English split of the PAN-X). It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
Base model
FacebookAI/xlm-roberta-large