young lee commited on
Commit
1485309
1 Parent(s): cbdc4e8

Training complete

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Helsinki-NLP/opus-mt-tc-big-en-ko
3
+ library_name: peft
4
+ license: cc-by-4.0
5
+ metrics:
6
+ - bleu
7
+ tags:
8
+ - tanslation
9
+ - generated_from_trainer
10
+ model-index:
11
+ - name: finetuned-aihub-en-to-ko-lora
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # finetuned-aihub-en-to-ko-lora
19
+
20
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-tc-big-en-ko](https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-en-ko) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 3.9319
23
+ - Model Preparation Time: 0.0124
24
+ - Bleu: 3.2815
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 32
45
+ - eval_batch_size: 64
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.12.0
59
+ - Transformers 4.44.2
60
+ - Pytorch 2.4.0+cu121
61
+ - Datasets 2.21.0
62
+ - Tokenizers 0.19.1