ffsouza commited on
Commit
fb79975
1 Parent(s): 7dd8414

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - wmt16_en_ro_pre_processed
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: t5-tiny-random-length-96-learning_rate-0.0002-weight_decay-0.01-finetuned-en-to-ro
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: wmt16_en_ro_pre_processed
16
+ type: wmt16_en_ro_pre_processed
17
+ args: enro
18
+ metrics:
19
+ - name: Bleu
20
+ type: bleu
21
+ value: 0.0617
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # t5-tiny-random-length-96-learning_rate-0.0002-weight_decay-0.01-finetuned-en-to-ro
28
+
29
+ This model is a fine-tuned version of [patrickvonplaten/t5-tiny-random](https://huggingface.co/patrickvonplaten/t5-tiny-random) on the wmt16_en_ro_pre_processed dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 4.6426
32
+ - Bleu: 0.0617
33
+ - Gen Len: 8.9895
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 0.0002
53
+ - train_batch_size: 8
54
+ - eval_batch_size: 8
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - num_epochs: 8
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
63
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|
64
+ | 4.5828 | 1.0 | 76290 | 5.5397 | 0.0089 | 8.981 |
65
+ | 4.187 | 2.0 | 152580 | 5.2241 | 0.0172 | 8.989 |
66
+ | 3.9612 | 3.0 | 228870 | 5.0092 | 0.034 | 8.988 |
67
+ | 3.8151 | 4.0 | 305160 | 4.8688 | 0.0365 | 8.9865 |
68
+ | 3.7162 | 5.0 | 381450 | 4.7656 | 0.0469 | 8.9865 |
69
+ | 3.6498 | 6.0 | 457740 | 4.6874 | 0.0531 | 8.9885 |
70
+ | 3.6147 | 7.0 | 534030 | 4.6612 | 0.0585 | 8.9875 |
71
+ | 3.5972 | 8.0 | 610320 | 4.6426 | 0.0617 | 8.9895 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.12.5
77
+ - Pytorch 1.10.0+cu102
78
+ - Datasets 1.15.1
79
+ - Tokenizers 0.10.3