File size: 2,645 Bytes
92b2bce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
265dbf4
 
 
 
 
 
 
 
92b2bce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2c1d571
9a09470
a8e638f
57b8772
eada522
ecabc2a
265dbf4
92b2bce
 
 
 
 
 
 
 
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-nlpfinalproject77-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-nlpfinalproject77-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: 4.5603
- Validation Loss: 4.3567
- Train Rouge1: 13.1331
- Train Rouge2: 1.6382
- Train Rougel: 11.1522
- Train Rougelsum: 11.1925
- Train Gen Len: 18.61
- 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': 'SGD', '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': 0.01, 'momentum': 0.9, 'nesterov': False}
- training_precision: float32

### Training results

| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
| 3.7711     | 3.2050          | 21.4378      | 3.8309       | 16.8638      | 16.8461         | 17.91         | 0     |
| 3.6104     | 3.6987          | 19.2609      | 3.2385       | 15.7661      | 15.7653         | 18.53         | 1     |
| 4.0072     | 3.5355          | 18.1665      | 3.2252       | 14.8050      | 14.7179         | 17.72         | 2     |
| 3.7558     | 3.3357          | 20.2834      | 3.3265       | 15.8726      | 15.8640         | 18.41         | 3     |
| 3.5929     | 3.2442          | 21.7618      | 4.0454       | 16.9764      | 16.9738         | 18.32         | 4     |
| 4.2933     | 4.5266          | 11.2148      | 0.9346       | 9.6743       | 9.6997          | 18.14         | 5     |
| 4.6557     | 4.4097          | 10.1267      | 0.9146       | 9.0568       | 9.0328          | 18.95         | 6     |
| 4.5603     | 4.3567          | 13.1331      | 1.6382       | 11.1522      | 11.1925         | 18.61         | 7     |


### Framework versions

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