nakhun/thaisum
Updated • 258 • 10
How to use Mayypeeya/my_thaisum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Mayypeeya/my_thaisum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("Mayypeeya/my_thaisum_model")This model is a fine-tuned version of t5-small on the thaisum 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 | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 0.565 | 1.0 | 2500 | 0.2799 | 0.0605 | 0.0231 | 0.0599 | 0.0598 | 18.976 |
| 0.3769 | 2.0 | 5000 | 0.2693 | 0.0808 | 0.0381 | 0.0803 | 0.0803 | 18.9585 |