musralina commited on
Commit
18ac71c
·
1 Parent(s): 812f5ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: helsinki-opus-de-en-fine-tuned-wmt16-finetuned-src-to-trg
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
+ # helsinki-opus-de-en-fine-tuned-wmt16-finetuned-src-to-trg
16
+
17
+ This model is a fine-tuned version of [mariav/helsinki-opus-de-en-fine-tuned-wmt16](https://huggingface.co/mariav/helsinki-opus-de-en-fine-tuned-wmt16) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9684
20
+ - Rouge1: 63.4933
21
+ - Rouge2: 31.4582
22
+ - Rougel: 60.1644
23
+ - Rougelsum: 60.1675
24
+ - Gen Len: 23.6657
25
+ - Bleu-1: 63.2918
26
+ - Bleu-2: 44.1514
27
+ - Bleu-3: 31.6161
28
+ - Bleu-4: 23.2357
29
+ - Meteor: 0.5330
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 5e-05
49
+ - train_batch_size: 5
50
+ - eval_batch_size: 5
51
+ - seed: 7575
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 7
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Bleu-1 | Bleu-2 | Bleu-3 | Bleu-4 | Meteor |
59
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|:-------:|:-------:|:-------:|:-------:|:------:|
60
+ | 0.7348 | 1.0 | 1189 | 0.9407 | 61.8229 | 29.2612 | 58.4443 | 58.4242 | 25.6717 | 60.1910 | 40.8083 | 28.4530 | 20.4451 | 0.5069 |
61
+ | 0.7794 | 2.0 | 2378 | 0.8899 | 62.6968 | 30.8608 | 59.6691 | 59.7023 | 22.2829 | 60.8908 | 42.4421 | 30.4327 | 22.2917 | 0.5153 |
62
+ | 0.6464 | 3.0 | 3567 | 0.8960 | 63.399 | 31.2227 | 60.0505 | 60.0958 | 24.0847 | 62.5712 | 43.4595 | 30.9384 | 22.7195 | 0.5269 |
63
+ | 0.5419 | 4.0 | 4756 | 0.9126 | 63.4944 | 30.9818 | 60.1074 | 60.095 | 22.9259 | 61.9100 | 42.9890 | 30.6511 | 22.4916 | 0.5242 |
64
+ | 0.4666 | 5.0 | 5945 | 0.9249 | 63.9576 | 31.6972 | 60.6369 | 60.6662 | 23.708 | 63.1527 | 44.3529 | 32.3818 | 24.4188 | 0.5339 |
65
+ | 0.4009 | 6.0 | 7134 | 0.9534 | 63.6549 | 32.2835 | 60.3324 | 60.344 | 23.4327 | 63.0061 | 44.5392 | 32.1776 | 23.9321 | 0.5342 |
66
+ | 0.3523 | 7.0 | 8323 | 0.9684 | 63.4933 | 31.4582 | 60.1644 | 60.1675 | 23.6657 | 63.2918 | 44.1514 | 31.6161 | 23.2357 | 0.5330 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.30.1
72
+ - Pytorch 2.0.1+cu118
73
+ - Datasets 2.12.0
74
+ - Tokenizers 0.13.3