File size: 2,675 Bytes
8d49d0b 532d837 8d49d0b b01525c 01a38b9 24ae91d 9dc62e2 9086d1e 52bcb44 532d837 8d49d0b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
license: apache-2.0
tags:
- generated_from_keras_callback
model-index:
- name: LucaReggiani/t5-small-nlpfinalproject2-xsum
results: []
---
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# LucaReggiani/t5-small-nlpfinalproject2-xsum
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
It achieves the following results on the evaluation set:
- Train Loss: 3.1399
- Validation Loss: 3.0183
- Train Rouge1: 23.2180
- Train Rouge2: 5.1740
- Train Rougel: 18.3975
- Train Rougelsum: 18.4246
- Train Gen Len: 18.5
- Epoch: 7
## 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:
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': 3e-05, 'beta_1': 0.9, 'beta_2': 0.98, 'epsilon': 1e-06, 'amsgrad': False}
- training_precision: float32
### Training results
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
| 3.8670 | 3.3126 | 18.0994 | 2.9443 | 14.8574 | 14.8089 | 18.69 | 0 |
| 3.5043 | 3.1732 | 20.2677 | 3.9191 | 15.8137 | 15.8748 | 18.53 | 1 |
| 3.4010 | 3.1149 | 21.9985 | 4.4897 | 16.7720 | 16.8119 | 18.36 | 2 |
| 3.3235 | 3.0830 | 20.6948 | 3.9055 | 15.9707 | 15.9961 | 18.49 | 3 |
| 3.2700 | 3.0611 | 21.2726 | 3.8497 | 16.5193 | 16.5449 | 18.64 | 4 |
| 3.2309 | 3.0456 | 22.2643 | 4.5285 | 17.6124 | 17.6095 | 18.53 | 5 |
| 3.1842 | 3.0302 | 22.3951 | 4.7814 | 18.0792 | 18.0771 | 18.4 | 6 |
| 3.1399 | 3.0183 | 23.2180 | 5.1740 | 18.3975 | 18.4246 | 18.5 | 7 |
### Framework versions
- Transformers 4.26.1
- TensorFlow 2.11.0
- Datasets 2.9.0
- Tokenizers 0.13.2
|