rajpurkar/squad
Viewer • Updated • 98.2k • 189k • 368
How to use Shubham09/BART with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Shubham09/BART") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Shubham09/BART")
model = AutoModelForQuestionAnswering.from_pretrained("Shubham09/BART")This model is a fine-tuned version of valhalla/bart-large-finetuned-squadv1 on the squad 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 | 40 | 0.2413 |
| No log | 2.0 | 80 | 0.1528 |
| No log | 3.0 | 120 | 0.1706 |