bogdancazan commited on
Commit
774c5af
1 Parent(s): e9345fc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: pegasus-text-simplification_1e4_adafactor_wikilarge_20epici
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-text-simplification_1e4_adafactor_wikilarge_20epici
13
+
14
+ This model is a fine-tuned version of [google/pegasus-x-base](https://huggingface.co/google/pegasus-x-base) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.3934
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: 0.0001
36
+ - train_batch_size: 128
37
+ - eval_batch_size: 128
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 20
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-----:|:---------------:|
47
+ | 0.9542 | 1.0 | 803 | 0.3416 |
48
+ | 0.3111 | 2.0 | 1606 | 0.3372 |
49
+ | 0.2919 | 3.0 | 2409 | 0.3356 |
50
+ | 0.2659 | 4.0 | 3212 | 0.3389 |
51
+ | 0.2476 | 5.0 | 4015 | 0.3421 |
52
+ | 0.2351 | 6.0 | 4818 | 0.3474 |
53
+ | 0.2215 | 7.0 | 5621 | 0.3496 |
54
+ | 0.2141 | 8.0 | 6424 | 0.3548 |
55
+ | 0.2015 | 9.0 | 7227 | 0.3607 |
56
+ | 0.1921 | 10.0 | 8030 | 0.3628 |
57
+ | 0.1863 | 11.0 | 8833 | 0.3706 |
58
+ | 0.1794 | 12.0 | 9636 | 0.3734 |
59
+ | 0.1753 | 13.0 | 10439 | 0.3781 |
60
+ | 0.1697 | 14.0 | 11242 | 0.3814 |
61
+ | 0.1659 | 15.0 | 12045 | 0.3839 |
62
+ | 0.1626 | 16.0 | 12848 | 0.3878 |
63
+ | 0.1591 | 17.0 | 13651 | 0.3890 |
64
+ | 0.1575 | 18.0 | 14454 | 0.3921 |
65
+ | 0.1556 | 19.0 | 15257 | 0.3921 |
66
+ | 0.1545 | 20.0 | 16060 | 0.3934 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.30.2
72
+ - Pytorch 2.0.1+cu118
73
+ - Datasets 2.13.1
74
+ - Tokenizers 0.13.3