File size: 2,487 Bytes
32065b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
67
68
69
70
71
72
73
74
75
76
---
base_model: t5-small
library_name: peft
license: apache-2.0
metrics:
- rouge
tags:
- generated_from_trainer
model-index:
- name: t5-small-lora-arxiv-2
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# t5-small-lora-arxiv-2

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:
- Loss: 2.7875
- Rouge1: 0.1624
- Rouge2: 0.0532
- Rougel: 0.1305
- Rougelsum: 0.1305
- Gen Len: 19.0

## 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: 2e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
| 3.7197        | 1.0   | 805  | 2.9610          | 0.1371 | 0.038  | 0.1097 | 0.1097    | 19.0    |
| 3.0867        | 2.0   | 1610 | 2.8874          | 0.1474 | 0.0435 | 0.1184 | 0.1184    | 18.9975 |
| 3.0485        | 3.0   | 2415 | 2.8473          | 0.1538 | 0.0473 | 0.1237 | 0.1236    | 18.9998 |
| 3.0069        | 4.0   | 3220 | 2.8261          | 0.1578 | 0.0499 | 0.1267 | 0.1266    | 19.0    |
| 2.9799        | 5.0   | 4025 | 2.8099          | 0.1593 | 0.0511 | 0.128  | 0.128     | 18.9995 |
| 2.9713        | 6.0   | 4830 | 2.8004          | 0.1605 | 0.0516 | 0.1288 | 0.1288    | 18.9995 |
| 2.9652        | 7.0   | 5635 | 2.7945          | 0.1611 | 0.0521 | 0.1295 | 0.1294    | 18.9995 |
| 2.964         | 8.0   | 6440 | 2.7907          | 0.1618 | 0.0528 | 0.1301 | 0.13      | 19.0    |
| 2.9513        | 9.0   | 7245 | 2.7885          | 0.1622 | 0.0531 | 0.1304 | 0.1304    | 19.0    |
| 2.9547        | 10.0  | 8050 | 2.7875          | 0.1624 | 0.0532 | 0.1305 | 0.1305    | 19.0    |


### Framework versions

- PEFT 0.13.0
- Transformers 4.44.2
- Pytorch 2.4.1+cu121
- Datasets 3.0.1
- Tokenizers 0.19.1