File size: 2,321 Bytes
516b3f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
77
78
79
80
---
base_model: google-t5/t5-base
datasets:
- samsum
library_name: peft
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: my-t5-summarization-model
  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. -->

# my-t5-summarization-model

This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on the samsum dataset.
It achieves the following results on the evaluation set:
- Loss: 0.2478

## 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: 1e-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: 20

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 17.2263       | 1.0   | 74   | 20.5598         |
| 10.8174       | 2.0   | 148  | 12.3219         |
| 2.9638        | 3.0   | 222  | 0.6010          |
| 1.4073        | 4.0   | 296  | 0.2598          |
| 1.1503        | 5.0   | 370  | 0.2604          |
| 1.5418        | 6.0   | 444  | 0.2595          |
| 0.6755        | 7.0   | 518  | 0.2574          |
| 0.833         | 8.0   | 592  | 0.2550          |
| 0.5194        | 9.0   | 666  | 0.2549          |
| 0.7579        | 10.0  | 740  | 0.2553          |
| 0.6712        | 11.0  | 814  | 0.2545          |
| 0.6565        | 12.0  | 888  | 0.2540          |
| 0.262         | 13.0  | 962  | 0.2529          |
| 0.3144        | 14.0  | 1036 | 0.2518          |
| 0.6226        | 15.0  | 1110 | 0.2509          |
| 0.5695        | 16.0  | 1184 | 0.2498          |
| 0.2856        | 17.0  | 1258 | 0.2490          |
| 0.2869        | 18.0  | 1332 | 0.2484          |
| 0.6049        | 19.0  | 1406 | 0.2480          |
| 0.6421        | 20.0  | 1480 | 0.2478          |


### Framework versions

- PEFT 0.12.0
- Transformers 4.42.4
- Pytorch 2.3.1+cu121
- Datasets 2.20.0
- Tokenizers 0.19.1