google-research-datasets/tydiqa
Viewer • Updated • 241k • 4.6k • 35
How to use cjrowe/afriberta_base-finetuned-tydiqa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="cjrowe/afriberta_base-finetuned-tydiqa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("cjrowe/afriberta_base-finetuned-tydiqa")
model = AutoModelForQuestionAnswering.from_pretrained("cjrowe/afriberta_base-finetuned-tydiqa")This model is a fine-tuned version of castorini/afriberta_base on the tydiqa 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 |
|---|---|---|---|
| No log | 1.0 | 192 | 2.1359 |
| No log | 2.0 | 384 | 2.3409 |
| 0.8353 | 3.0 | 576 | 2.3728 |