SEACrowd/idk_mrc
Updated • 99
How to use intanm/xlm-roberta-base-idkmrc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="intanm/xlm-roberta-base-idkmrc") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("intanm/xlm-roberta-base-idkmrc")
model = AutoModelForQuestionAnswering.from_pretrained("intanm/xlm-roberta-base-idkmrc")This model is a fine-tuned version of xlm-roberta-base on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.9089 | 1.0 | 584 | 1.1106 |
| 0.9734 | 2.0 | 1168 | 1.0118 |
| 0.7624 | 3.0 | 1752 | 0.9537 |