natanmb commited on
Commit
6362c37
1 Parent(s): ae95684

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
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: t5-base-finetuned-multi-news
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # t5-base-finetuned-multi-news
17
+
18
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.2612
21
+ - Rouge1: 16.6322
22
+ - Rouge2: 5.7556
23
+ - Rougel: 12.4728
24
+ - Rougelsum: 14.4814
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5.6e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|
55
+ | 2.5641 | 1.0 | 1250 | 2.2636 | 16.6762 | 5.7127 | 12.4648 | 14.5499 |
56
+ | 2.3542 | 2.0 | 2500 | 2.2439 | 16.7381 | 5.7345 | 12.5515 | 14.5785 |
57
+ | 2.2487 | 3.0 | 3750 | 2.2388 | 16.8879 | 5.8792 | 12.6417 | 14.8011 |
58
+ | 2.1705 | 4.0 | 5000 | 2.2413 | 16.5921 | 5.7804 | 12.4539 | 14.4865 |
59
+ | 2.1083 | 5.0 | 6250 | 2.2459 | 16.6878 | 5.8593 | 12.5132 | 14.5473 |
60
+ | 2.0622 | 6.0 | 7500 | 2.2495 | 16.7267 | 5.7825 | 12.48 | 14.5309 |
61
+ | 2.0297 | 7.0 | 8750 | 2.2581 | 16.633 | 5.748 | 12.4418 | 14.4796 |
62
+ | 2.0084 | 8.0 | 10000 | 2.2612 | 16.6322 | 5.7556 | 12.4728 | 14.4814 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.28.1
68
+ - Pytorch 2.0.0+cu118
69
+ - Datasets 2.11.0
70
+ - Tokenizers 0.13.3