TFG
Collection
Datasets and models leveraged and developed during my final degree work (TFG). Info and code can be found at https://github.com/enriquesaou/tfg-lm-qa • 18 items • Updated • 2
How to use enriquesaou/flan-t5-base-mrqa-16 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("enriquesaou/flan-t5-base-mrqa-16")
model = AutoModelForSeq2SeqLM.from_pretrained("enriquesaou/flan-t5-base-mrqa-16")This model is a fine-tuned version of google/flan-t5-base on an unknown 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 |
|---|---|---|---|
| 0.6706 | 1.0 | 1875 | 0.5806 |
| 0.5813 | 2.0 | 3750 | 0.5790 |
Base model
google/flan-t5-base