iSathyam03 commited on
Commit
f0b0498
1 Parent(s): 8e3aa39

Training complete

Browse files
Files changed (2) hide show
  1. README.md +76 -0
  2. generation_config.json +16 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Helsinki-NLP/opus-mt-en-jap
5
+ tags:
6
+ - translation
7
+ - generated_from_trainer
8
+ datasets:
9
+ - kde4
10
+ metrics:
11
+ - bleu
12
+ model-index:
13
+ - name: sattu-finetuned-kde4-en-to-jap
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-ja
22
+ split: train
23
+ args: en-ja
24
+ metrics:
25
+ - name: Bleu
26
+ type: bleu
27
+ value: 20.727494887708588
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
+ # sattu-finetuned-kde4-en-to-jap
34
+
35
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-jap](https://huggingface.co/Helsinki-NLP/opus-mt-en-jap) on the kde4 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 1.4199
38
+ - Model Preparation Time: 0.0018
39
+ - Bleu: 20.7275
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 2e-05
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 3
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.47.0
74
+ - Pytorch 2.5.1+cu124
75
+ - Datasets 3.1.0
76
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 46275
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 46275,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 4,
13
+ "pad_token_id": 46275,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.47.0"
16
+ }