dansa08 commited on
Commit
2418fb5
1 Parent(s): 77e0f8a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - simplification
5
+ - generated_from_trainer
6
+ datasets:
7
+ - inglish
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: t5-small-inglish
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: inglish
18
+ type: inglish
19
+ config: default
20
+ split: validation
21
+ args: default
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 6.6396
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # t5-small-inglish
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the inglish dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.4875
36
+ - Bleu: 6.6396
37
+ - Gen Len: 18.706
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5.6e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 2
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
68
+ | 2.9396 | 1.0 | 1088 | 2.5632 | 6.0855 | 18.7222 |
69
+ | 2.7585 | 2.0 | 2176 | 2.4875 | 6.6396 | 18.706 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.26.1
75
+ - Pytorch 1.13.1+cu116
76
+ - Datasets 2.10.1
77
+ - Tokenizers 0.13.2