Sim commited on
Commit
50556c8
·
1 Parent(s): e40e67d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
+ model-index:
7
+ - name: mBART_skr-en_longerrun
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # mBART_skr-en_longerrun
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.4577
19
+ - Bleu: 30.8071
20
+ - Gen Len: 34.548
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: 2e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 16
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 4
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
54
+ | 0.5444 | 0.72 | 500 | 1.3416 | 28.7505 | 34.228 |
55
+ | 0.8576 | 1.45 | 1000 | 1.3411 | 30.1776 | 34.328 |
56
+ | 0.6422 | 2.18 | 1500 | 1.3882 | 30.2815 | 34.164 |
57
+ | 0.532 | 2.9 | 2000 | 1.3716 | 30.8947 | 34.556 |
58
+ | 0.4473 | 3.63 | 2500 | 1.4577 | 30.8071 | 34.548 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.21.2
64
+ - Pytorch 1.12.1+cu113
65
+ - Datasets 2.4.0
66
+ - Tokenizers 0.12.1