rinkorn commited on
Commit
da9ebde
1 Parent(s): 7e370a1

Training complete

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -6,9 +6,24 @@ tags:
6
  - generated_from_trainer
7
  datasets:
8
  - opus100
 
 
9
  model-index:
10
  - name: marian-finetuned-opus100-en-to-ru
11
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,12 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru) on the opus100 dataset.
20
  It achieves the following results on the evaluation set:
21
- - eval_loss: 1.6450
22
- - eval_bleu: 33.5411
23
- - eval_runtime: 173.5096
24
- - eval_samples_per_second: 57.634
25
- - eval_steps_per_second: 0.905
26
- - step: 0
27
 
28
  ## Model description
29
 
@@ -51,6 +62,10 @@ The following hyperparameters were used during training:
51
  - num_epochs: 4
52
  - mixed_precision_training: Native AMP
53
 
 
 
 
 
54
  ### Framework versions
55
 
56
  - Transformers 4.36.2
 
6
  - generated_from_trainer
7
  datasets:
8
  - opus100
9
+ metrics:
10
+ - bleu
11
  model-index:
12
  - name: marian-finetuned-opus100-en-to-ru
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: opus100
19
+ type: opus100
20
+ config: en-ru
21
+ split: train
22
+ args: en-ru
23
+ metrics:
24
+ - name: Bleu
25
+ type: bleu
26
+ value: 34.050525389820066
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru) on the opus100 dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 1.4597
37
+ - Bleu: 34.0505
 
 
 
 
38
 
39
  ## Model description
40
 
 
62
  - num_epochs: 4
63
  - mixed_precision_training: Native AMP
64
 
65
+ ### Training results
66
+
67
+
68
+
69
  ### Framework versions
70
 
71
  - Transformers 4.36.2