rajpurkar/squad
Viewer • Updated • 98.2k • 154k • 363
How to use Splend1dchan/t5small-squad-extractive with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Splend1dchan/t5small-squad-extractive", dtype="auto")This model is a fine-tuned version of t5-small on the squad dataset, using the extractive method by isolating the encoder only.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
{ "epoch": 3.0, "eval_exact_match": 70.06622516556291, "eval_f1": 80.02993815400357, "eval_samples": 10659 }
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Splend1dchan/t5small-squad-extractive", dtype="auto")