Ujjawal commited on
Commit
cba5656
1 Parent(s): df6e6c4

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
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: t5_finetuned_paraphrase-1024
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
+ # t5_finetuned_paraphrase-1024
16
+
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7026
20
+ - Rouge1: 69.0908
21
+ - Rouge2: 51.3373
22
+ - Rougel: 65.9952
23
+ - Rougelsum: 65.9963
24
+ - Gen Len: 17.9946
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: 16
45
+ - eval_batch_size: 16
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
+ - 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
+ | 0.9264 | 1.0 | 12500 | 0.8018 | 67.7403 | 48.7329 | 64.2684 | 64.273 | 18.0296 |
57
+ | 0.8654 | 2.0 | 25000 | 0.7572 | 68.256 | 49.8753 | 64.9795 | 64.9743 | 18.0071 |
58
+ | 0.8391 | 3.0 | 37500 | 0.7366 | 68.5695 | 50.4061 | 65.3434 | 65.3424 | 18.0047 |
59
+ | 0.8151 | 4.0 | 50000 | 0.7225 | 68.7762 | 50.6912 | 65.5711 | 65.561 | 17.9929 |
60
+ | 0.8068 | 5.0 | 62500 | 0.7134 | 68.8998 | 50.9785 | 65.7391 | 65.7475 | 17.9953 |
61
+ | 0.801 | 6.0 | 75000 | 0.7076 | 69.0179 | 51.1629 | 65.8718 | 65.8738 | 17.9952 |
62
+ | 0.7982 | 7.0 | 87500 | 0.7035 | 69.0643 | 51.2707 | 65.9447 | 65.9508 | 17.9959 |
63
+ | 0.784 | 8.0 | 100000 | 0.7026 | 69.0908 | 51.3373 | 65.9952 | 65.9963 | 17.9946 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.27.3
69
+ - Pytorch 1.7.1+cu101
70
+ - Datasets 2.13.2
71
+ - Tokenizers 0.13.2