nunorc/squad_v1_pt
Viewer • Updated • 98.2k • 304 • 18
How to use ArthurBaia/xlm-roberta-base-squad-pt with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="ArthurBaia/xlm-roberta-base-squad-pt") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("ArthurBaia/xlm-roberta-base-squad-pt")
model = AutoModelForQuestionAnswering.from_pretrained("ArthurBaia/xlm-roberta-base-squad-pt")This model is a fine-tuned version of xlm-roberta-base on the squad_v1_pt dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: