update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: t5-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: t5-base-Clakmann-thesis-epoch10
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# t5-base-Clakmann-thesis-epoch10
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5727
|
21 |
+
- Rouge1: 0.2268
|
22 |
+
- Rouge2: 0.0853
|
23 |
+
- Rougel: 0.215
|
24 |
+
- Rougelsum: 0.2157
|
25 |
+
- Gen Len: 14.2621
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 4
|
46 |
+
- eval_batch_size: 4
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 10
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| 1.8844 | 1.0 | 5029 | 1.6766 | 0.2148 | 0.0756 | 0.2044 | 0.2045 | 13.7397 |
|
57 |
+
| 1.7073 | 2.0 | 10058 | 1.6168 | 0.2196 | 0.0792 | 0.2099 | 0.2102 | 13.8238 |
|
58 |
+
| 1.6487 | 3.0 | 15087 | 1.5948 | 0.2199 | 0.0794 | 0.209 | 0.2091 | 14.3399 |
|
59 |
+
| 1.5773 | 4.0 | 20116 | 1.5800 | 0.2252 | 0.0816 | 0.2157 | 0.2164 | 13.9383 |
|
60 |
+
| 1.5114 | 5.0 | 25145 | 1.5770 | 0.2229 | 0.0798 | 0.212 | 0.2126 | 14.2567 |
|
61 |
+
| 1.4688 | 6.0 | 30174 | 1.5703 | 0.2255 | 0.0848 | 0.2158 | 0.2164 | 13.9973 |
|
62 |
+
| 1.4283 | 7.0 | 35203 | 1.5673 | 0.2237 | 0.0834 | 0.2125 | 0.2129 | 14.0966 |
|
63 |
+
| 1.4166 | 8.0 | 40232 | 1.5702 | 0.2276 | 0.0866 | 0.2153 | 0.2159 | 14.3453 |
|
64 |
+
| 1.3978 | 9.0 | 45261 | 1.5706 | 0.2274 | 0.0864 | 0.216 | 0.2166 | 14.2272 |
|
65 |
+
| 1.3688 | 10.0 | 50290 | 1.5727 | 0.2268 | 0.0853 | 0.215 | 0.2157 | 14.2621 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.31.0
|
71 |
+
- Pytorch 2.0.1+cu118
|
72 |
+
- Datasets 2.14.4
|
73 |
+
- Tokenizers 0.13.3
|