File size: 2,593 Bytes
1b01eb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- generated_from_trainer
metrics:
- rouge
model-index:
- name: t5_small_A_SapBERT
  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_A_SapBERT

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: 0.8647
- Rouge1: 0.1085
- Rouge2: 0.0448
- Rougel: 0.1043
- Rougelsum: 0.1046
- Gen Len: 3.8938

## 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: 1
- eval_batch_size: 1
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 12

### Training results

| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
| 3.034         | 1.0   | 527  | 1.1249          | 0.0    | 0.0    | 0.0    | 0.0       | 0.0     |
| 1.0575        | 2.0   | 1054 | 1.0118          | 0.0    | 0.0    | 0.0    | 0.0       | 0.0     |
| 0.9878        | 3.0   | 1581 | 0.9322          | 0.0104 | 0.0058 | 0.0101 | 0.0101    | 0.5221  |
| 0.8865        | 4.0   | 2108 | 0.9022          | 0.0363 | 0.0149 | 0.0349 | 0.0341    | 3.1681  |
| 0.8832        | 5.0   | 2635 | 0.8891          | 0.0758 | 0.0303 | 0.0713 | 0.0715    | 3.9558  |
| 0.8657        | 6.0   | 3162 | 0.8815          | 0.0955 | 0.041  | 0.0912 | 0.0924    | 4.292   |
| 0.8153        | 7.0   | 3689 | 0.8753          | 0.1007 | 0.0439 | 0.0948 | 0.0957    | 3.9292  |
| 0.8237        | 8.0   | 4216 | 0.8710          | 0.1063 | 0.0457 | 0.1006 | 0.1009    | 3.8319  |
| 0.8491        | 9.0   | 4743 | 0.8681          | 0.103  | 0.0418 | 0.0982 | 0.0989    | 3.708   |
| 0.8227        | 10.0  | 5270 | 0.8660          | 0.1085 | 0.0448 | 0.1043 | 0.1046    | 3.9027  |
| 0.8355        | 11.0  | 5797 | 0.8649          | 0.1085 | 0.0448 | 0.1043 | 0.1046    | 3.8938  |
| 0.7787        | 12.0  | 6324 | 0.8647          | 0.1085 | 0.0448 | 0.1043 | 0.1046    | 3.8938  |


### Framework versions

- Transformers 4.26.1
- Pytorch 1.13.1+cu116
- Datasets 2.10.1
- Tokenizers 0.13.2