consciousAI commited on
Commit
a000078
·
1 Parent(s): fc44941

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - rouge
6
+ model-index:
7
+ - name: t5-v1_1-base-squadQnliHintsMultiQgen
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # t5-v1_1-base-squadQnliHintsMultiQgen
15
+
16
+ This model is a fine-tuned version of [t5-v1_1-base-squadQnliHintsMultiQgen/checkpoint-88000](https://huggingface.co/t5-v1_1-base-squadQnliHintsMultiQgen/checkpoint-88000) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.4725
19
+ - Rouge1: 0.3556
20
+ - Rouge2: 0.1828
21
+ - Rougel: 0.3229
22
+ - Rougelsum: 0.3269
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0003
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
52
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:------:|:------:|:---------:|
53
+ | 1.8298 | 1.0 | 14515 | 1.7529 | 0.3535 | 0.1825 | 0.3251 | 0.3294 |
54
+ | 1.4931 | 2.0 | 29030 | 1.7132 | 0.3558 | 0.1881 | 0.3267 | 0.3308 |
55
+ | 1.2756 | 3.0 | 43545 | 1.7579 | 0.3604 | 0.1901 | 0.3307 | 0.3345 |
56
+ | 1.0936 | 4.0 | 58060 | 1.8173 | 0.36 | 0.1901 | 0.3295 | 0.3334 |
57
+ | 0.955 | 5.0 | 72575 | 1.9204 | 0.3611 | 0.1884 | 0.3295 | 0.3336 |
58
+ | 0.8117 | 6.0 | 87090 | 2.0183 | 0.355 | 0.1836 | 0.3241 | 0.3282 |
59
+ | 0.6949 | 7.0 | 101605 | 2.1347 | 0.3556 | 0.1836 | 0.3242 | 0.3282 |
60
+ | 0.636 | 8.0 | 116120 | 2.2567 | 0.3568 | 0.1855 | 0.3248 | 0.3286 |
61
+ | 0.591 | 9.0 | 130635 | 2.3598 | 0.3563 | 0.1844 | 0.3238 | 0.3281 |
62
+ | 0.5417 | 10.0 | 145150 | 2.4725 | 0.3556 | 0.1828 | 0.3229 | 0.3269 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.23.0.dev0
68
+ - Pytorch 1.12.1+cu113
69
+ - Datasets 2.5.2
70
+ - Tokenizers 0.13.0