Instructions to use narwhalsilent/satire-sft-t5_training_truncated_vanilla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use narwhalsilent/satire-sft-t5_training_truncated_vanilla with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("narwhalsilent/satire-sft-t5_training_truncated_vanilla") model = AutoModelForSeq2SeqLM.from_pretrained("narwhalsilent/satire-sft-t5_training_truncated_vanilla", device_map="auto") - Notebooks
- Google Colab
- Kaggle
satire-sft-t5_training_truncated_vanilla
This model is a fine-tuned version of t5-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 2.1801
- Rouge1: 0.4119
- Rouge2: 0.1962
- Rougel: 0.3712
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 16
- eval_batch_size: 64
- seed: 42
- distributed_type: multi-GPU
- num_devices: 2
- total_train_batch_size: 32
- total_eval_batch_size: 128
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 218
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel |
|---|---|---|---|---|---|---|
| 2.7113 | 1.0 | 438 | 2.3295 | 0.41 | 0.1934 | 0.3704 |
| 2.5733 | 2.0 | 876 | 2.2377 | 0.4107 | 0.1951 | 0.3707 |
| 2.4579 | 3.0 | 1314 | 2.2009 | 0.4108 | 0.1947 | 0.3699 |
| 2.3336 | 4.0 | 1752 | 2.1842 | 0.4109 | 0.1971 | 0.3715 |
| 2.3635 | 5.0 | 2190 | 2.1801 | 0.4119 | 0.1962 | 0.3712 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.8.3
- Tokenizers 0.22.2
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for narwhalsilent/satire-sft-t5_training_truncated_vanilla
Base model
google-t5/t5-base