sakamo-bnn commited on
Commit
cfadadf
1 Parent(s): 4c3ad8c

Training complete

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +16 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Helsinki-NLP/opus-mt-en-fr
5
+ tags:
6
+ - translation
7
+ - generated_from_trainer
8
+ datasets:
9
+ - kde4
10
+ metrics:
11
+ - bleu
12
+ model-index:
13
+ - name: marian-finetuned-kde4-en-to-fr
14
+ results:
15
+ - task:
16
+ name: Sequence-to-sequence Language Modeling
17
+ type: text2text-generation
18
+ dataset:
19
+ name: kde4
20
+ type: kde4
21
+ config: en-fr
22
+ split: train
23
+ args: en-fr
24
+ metrics:
25
+ - name: Bleu
26
+ type: bleu
27
+ value: 52.166176873686204
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # marian-finetuned-kde4-en-to-fr
34
+
35
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the kde4 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.8807
38
+ - Bleu: 52.1662
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 2e-05
58
+ - train_batch_size: 64
59
+ - eval_batch_size: 128
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 3
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.44.2
73
+ - Pytorch 2.5.0.dev20240821+cu118
74
+ - Datasets 2.21.0
75
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 59513
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 59513,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 4,
13
+ "pad_token_id": 59513,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.44.2"
16
+ }