File size: 2,525 Bytes
b853f9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2872c6d
 
 
 
 
 
 
 
b853f9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff1c5bd
dbfad3d
42e275f
 
4701327
4b4f458
2872c6d
b853f9d
 
 
 
 
 
 
 
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-nlpfinalproject11-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-nlpfinalproject11-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.1319
- Validation Loss: 3.0594
- Train Rouge1: 22.8208
- Train Rouge2: 5.2987
- Train Rougel: 18.5401
- Train Rougelsum: 18.5836
- Train Gen Len: 18.56
- 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': 'AdamWeightDecay', 'learning_rate': 5e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.001}
- training_precision: float32

### Training results

| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
| 3.9188     | 3.3668          | 17.8424      | 2.8848       | 14.3980      | 14.5050         | 18.68         | 0     |
| 3.5063     | 3.2153          | 21.0986      | 4.0935       | 16.5510      | 16.5097         | 18.47         | 1     |
| 3.3880     | 3.1603          | 20.8573      | 4.1833       | 16.0084      | 15.9659         | 18.35         | 2     |
| 3.3316     | 3.1250          | 20.9563      | 3.7170       | 15.9813      | 16.0007         | 18.5          | 3     |
| 3.2669     | 3.1022          | 21.2349      | 4.1598       | 16.4493      | 16.4961         | 18.7          | 4     |
| 3.2154     | 3.0849          | 22.4905      | 4.9861       | 17.5689      | 17.5992         | 18.62         | 5     |
| 3.1727     | 3.0708          | 23.4926      | 5.5226       | 18.4502      | 18.4874         | 18.58         | 6     |
| 3.1319     | 3.0594          | 22.8208      | 5.2987       | 18.5401      | 18.5836         | 18.56         | 7     |


### Framework versions

- Transformers 4.26.1
- TensorFlow 2.11.0
- Datasets 2.10.0
- Tokenizers 0.13.2