irenepap commited on
Commit
9cb5307
1 Parent(s): f41af6a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-base-asqa-ob
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # t5-base-asqa-ob
14
+
15
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.7256
18
+ - Rougelsum: 13.6463
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 50
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Rougelsum |
48
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|
49
+ | 2.5404 | 1.0 | 710 | 1.8160 | 13.0967 |
50
+ | 2.0048 | 2.0 | 1420 | 1.7752 | 13.2823 |
51
+ | 1.9116 | 3.0 | 2130 | 1.7574 | 13.3068 |
52
+ | 1.8722 | 4.0 | 2840 | 1.7469 | 13.3896 |
53
+ | 1.8298 | 5.0 | 3550 | 1.7395 | 13.4231 |
54
+ | 1.8397 | 6.0 | 4260 | 1.7347 | 13.5553 |
55
+ | 1.7575 | 7.0 | 4970 | 1.7303 | 13.5613 |
56
+ | 1.7433 | 8.0 | 5680 | 1.7266 | 13.5253 |
57
+ | 1.7502 | 9.0 | 6390 | 1.7254 | 13.5391 |
58
+ | 1.731 | 10.0 | 7100 | 1.7233 | 13.4958 |
59
+ | 1.6788 | 11.0 | 7810 | 1.7250 | 13.5977 |
60
+ | 1.6793 | 12.0 | 8520 | 1.7243 | 13.5956 |
61
+ | 1.6531 | 13.0 | 9230 | 1.7255 | 13.6186 |
62
+ | 1.683 | 14.0 | 9940 | 1.7259 | 13.6567 |
63
+ | 1.6348 | 15.0 | 10650 | 1.7256 | 13.6463 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.23.0.dev0
69
+ - Pytorch 1.12.1+cu102
70
+ - Datasets 2.4.0
71
+ - Tokenizers 0.12.1