nloc2578 commited on
Commit
9830418
1 Parent(s): f6ae358

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: QAGP_final
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
+ # QAGP_final
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.2268
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: 2
37
+ - eval_batch_size: 2
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_steps: 1000
42
+ - num_epochs: 3
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 1.8819 | 0.16 | 1000 | 1.4078 |
50
+ | 1.4792 | 0.33 | 2000 | 1.3247 |
51
+ | 1.4406 | 0.49 | 3000 | 1.2776 |
52
+ | 1.4286 | 0.66 | 4000 | 1.2464 |
53
+ | 1.3776 | 0.82 | 5000 | 1.2476 |
54
+ | 1.3361 | 0.98 | 6000 | 1.2191 |
55
+ | 1.0983 | 1.15 | 7000 | 1.2404 |
56
+ | 1.0992 | 1.31 | 8000 | 1.2255 |
57
+ | 1.064 | 1.48 | 9000 | 1.2169 |
58
+ | 1.0771 | 1.64 | 10000 | 1.2077 |
59
+ | 1.0484 | 1.8 | 11000 | 1.2057 |
60
+ | 1.0428 | 1.97 | 12000 | 1.1912 |
61
+ | 0.8319 | 2.13 | 13000 | 1.2383 |
62
+ | 0.8801 | 2.3 | 14000 | 1.2271 |
63
+ | 0.8215 | 2.46 | 15000 | 1.2353 |
64
+ | 0.8407 | 2.63 | 16000 | 1.2328 |
65
+ | 0.8449 | 2.79 | 17000 | 1.2258 |
66
+ | 0.8283 | 2.95 | 18000 | 1.2268 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.22.2
72
+ - Pytorch 1.12.1+cu113
73
+ - Tokenizers 0.12.1