ShooterRon commited on
Commit
b85a226
1 Parent(s): 5b9411e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: pegasus-xsum_summarization
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # pegasus-xsum_summarization
13
+
14
+ This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.9498
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5.6e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 8
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | 3.4508 | 1.0 | 50 | 2.5701 |
48
+ | 2.655 | 2.0 | 100 | 2.2977 |
49
+ | 2.3635 | 3.0 | 150 | 2.1554 |
50
+ | 2.0941 | 4.0 | 200 | 2.0545 |
51
+ | 2.0085 | 5.0 | 250 | 2.0147 |
52
+ | 1.8447 | 6.0 | 300 | 1.9754 |
53
+ | 1.7749 | 7.0 | 350 | 1.9592 |
54
+ | 1.7061 | 8.0 | 400 | 1.9498 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.20.1
60
+ - Pytorch 1.12.0
61
+ - Datasets 2.3.2
62
+ - Tokenizers 0.12.1