abhraskygod commited on
Commit
7fb17eb
·
1 Parent(s): 84ae703

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: bbc_news_summary_model
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bbc_news_summary_model
16
+
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3238
20
+ - Rouge1: 0.2026
21
+ - Rouge2: 0.145
22
+ - Rougel: 0.1843
23
+ - Rougelsum: 0.1844
24
+ - Gen Len: 18.9865
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: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 223 | 0.4221 | 0.189 | 0.1251 | 0.1664 | 0.1666 | 19.0 |
57
+ | No log | 2.0 | 446 | 0.3585 | 0.1931 | 0.1321 | 0.1724 | 0.1727 | 19.0 |
58
+ | 0.7174 | 3.0 | 669 | 0.3370 | 0.1983 | 0.1391 | 0.1784 | 0.1787 | 18.9865 |
59
+ | 0.7174 | 4.0 | 892 | 0.3269 | 0.1994 | 0.1408 | 0.1803 | 0.1803 | 18.9865 |
60
+ | 0.4039 | 5.0 | 1115 | 0.3238 | 0.2026 | 0.145 | 0.1843 | 0.1844 | 18.9865 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.27.4
66
+ - Pytorch 2.0.0+cu118
67
+ - Datasets 2.11.0
68
+ - Tokenizers 0.13.3