rajpurkar/squad
Viewer • Updated • 98.2k • 160k • 366
How to use junaidiqbalsyed/model-pradeep-flan-t5-small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="junaidiqbalsyed/model-pradeep-flan-t5-small") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("junaidiqbalsyed/model-pradeep-flan-t5-small")
model = AutoModelForQuestionAnswering.from_pretrained("junaidiqbalsyed/model-pradeep-flan-t5-small")This model is a fine-tuned version of google/flan-t5-small on the squad dataset.
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 | 250 | 5.3372 |
Base model
google/flan-t5-small