Big-Floppa commited on
Commit
45ce660
1 Parent(s): 4a5f01b

Training complete.

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +11 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/pegasus-xsum
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: res
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # res
16
+
17
+ This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.8170
20
+ - Rouge1: 41.7224
21
+ - Rouge2: 22.4944
22
+ - Rougel: 38.154
23
+ - Rougelsum: 38.1733
24
+ - Gen Len: 10.976
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 2
45
+ - eval_batch_size: 2
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 1
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
55
+ | 4.106 | 0.2 | 500 | 3.4397 | 33.3811 | 15.877 | 30.4348 | 30.4856 | 11.167 |
56
+ | 3.9194 | 0.4 | 1000 | 3.3273 | 36.1775 | 18.1453 | 33.0183 | 33.0809 | 10.251 |
57
+ | 3.5897 | 0.6 | 1500 | 3.1088 | 37.555 | 18.5533 | 34.512 | 34.575 | 10.514 |
58
+ | 3.4344 | 0.8 | 2000 | 2.9730 | 39.1491 | 20.1873 | 35.4581 | 35.5301 | 11.307 |
59
+ | 3.1704 | 1.0 | 2500 | 2.8170 | 41.7224 | 22.4944 | 38.154 | 38.1733 | 10.976 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.39.3
65
+ - Pytorch 2.1.2
66
+ - Datasets 2.18.0
67
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "forced_eos_token_id": 1,
6
+ "length_penalty": 0.6,
7
+ "max_length": 64,
8
+ "num_beams": 8,
9
+ "pad_token_id": 0,
10
+ "transformers_version": "4.39.3"
11
+ }