din0s/msmarco-nlgen
Viewer • Updated • 166k • 165 • 6
How to use din0s/t5-base-msmarco-nlgen-cb with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("din0s/t5-base-msmarco-nlgen-cb")
model = AutoModelForSeq2SeqLM.from_pretrained("din0s/t5-base-msmarco-nlgen-cb")This model is a fine-tuned version of t5-base on the MS MARCO Natural Language Generation 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 | Rougelsum |
|---|---|---|---|---|
| 2.1393 | 0.26 | 2500 | 2.1099 | 24.5028 |
| 2.1006 | 0.52 | 5000 | 2.0739 | 24.6017 |
| 2.0694 | 0.78 | 7500 | 2.0571 | 24.7427 |