AyanSau commited on
Commit
49ec2be
1 Parent(s): 7e417f8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: results
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
+ # results
14
+
15
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2057
18
+ - Rouge2 Precision: 0.3564
19
+ - Rouge2 Recall: 0.2124
20
+ - Rouge2 Fmeasure: 0.256
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
+ | No log | 1.0 | 240 | 0.3146 | 0.2121 | 0.1134 | 0.1424 |
52
+ | No log | 2.0 | 480 | 0.2444 | 0.2855 | 0.1519 | 0.19 |
53
+ | 0.6451 | 3.0 | 720 | 0.2195 | 0.3225 | 0.1821 | 0.223 |
54
+ | 0.6451 | 4.0 | 960 | 0.2078 | 0.355 | 0.2113 | 0.2548 |
55
+ | 0.2978 | 5.0 | 1200 | 0.2057 | 0.3564 | 0.2124 | 0.256 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.26.0.dev0
61
+ - Pytorch 1.12.1+cpu
62
+ - Datasets 2.4.0
63
+ - Tokenizers 0.12.1