ktadzjibov commited on
Commit
52b99eb
1 Parent(s): 17ed8a3

End of training

Browse files
Files changed (3) hide show
  1. README.md +76 -0
  2. generation_config.json +16 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Helsinki-NLP/opus-mt-en-ru
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - wmt16
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: opus-mt-en-ru-finetuned-en-to-ru-amls
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: wmt16
18
+ type: wmt16
19
+ config: ru-en
20
+ split: validation
21
+ args: ru-en
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 28.7642
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # opus-mt-en-ru-finetuned-en-to-ru-amls
32
+
33
+ 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 wmt16 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.2832
36
+ - Bleu: 28.7642
37
+ - Gen Len: 29.495
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 1
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
68
+ | 1.9806 | 1.0 | 94761 | 1.2832 | 28.7642 | 29.495 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.33.2
74
+ - Pytorch 2.0.1+cu117
75
+ - Datasets 2.14.5
76
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 62517
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 62517,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 4,
13
+ "pad_token_id": 62517,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.33.2"
16
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd74073ff44c1b632ce29a3ce6f6a406959ed176320886e157fcecfe7e43a1c5
3
  size 304923845
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62035e3a1ddc62d683fcc7127f2a6f49a39914a5324b29a338feff5f5e8a0f6
3
  size 304923845