rajpurkar/squad_v2
Viewer • Updated • 142k • 30.9k • 251
How to use FredNajjar/bigbird-QA-squad_v2.3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="FredNajjar/bigbird-QA-squad_v2.3") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("FredNajjar/bigbird-QA-squad_v2.3")
model = AutoModelForQuestionAnswering.from_pretrained("FredNajjar/bigbird-QA-squad_v2.3")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.7892 | 1.0 | 203 | 1.6201 |
| 1.4879 | 2.0 | 407 | 1.3778 |
| 1.3885 | 2.99 | 609 | 1.3324 |
Base model
google/bigbird-roberta-base