ffsouza commited on
Commit
e5efd83
1 Parent(s): 78d1817

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - wmt16_en_ro_pre_processed
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: tiny-mbart-length-96-learning_rate-2e-05-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.0
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
+ # tiny-mbart-length-96-learning_rate-2e-05-weight_decay-0.01-finetuned-en-to-ro
28
+
29
+ This model is a fine-tuned version of [sshleifer/tiny-mbart](https://huggingface.co/sshleifer/tiny-mbart) on the wmt16_en_ro_pre_processed dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 8.5137
32
+ - Bleu: 0.0
33
+ - Gen Len: 20.0
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: 2e-05
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: 1
59
+ - mixed_precision_training: Native AMP
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
64
+ |:-------------:|:-----:|:-----:|:---------------:|:----:|:-------:|
65
+ | 8.2817 | 1.0 | 76290 | 8.5137 | 0.0 | 20.0 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.12.5
71
+ - Pytorch 1.10.0+cu102
72
+ - Datasets 1.15.1
73
+ - Tokenizers 0.10.3