rajpurkar/squad_v2
Viewer • Updated • 142k • 31.2k • 251
How to use FredNajjar/bigbird-QA-squad_v2.4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="FredNajjar/bigbird-QA-squad_v2.4") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("FredNajjar/bigbird-QA-squad_v2.4")
model = AutoModelForQuestionAnswering.from_pretrained("FredNajjar/bigbird-QA-squad_v2.4")This model is a fine-tuned version of google/bigbird-roberta-base on the squad_v2 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.3245 | 1.0 | 407 | 1.1746 |
| 1.0089 | 2.0 | 814 | 0.9133 |
| 0.8408 | 3.0 | 1221 | 0.8951 |
Base model
google/bigbird-roberta-base