lesso12 commited on
Commit
2c3209e
·
verified ·
1 Parent(s): 4bc386e

End of training

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3
4
+ base_model: MLP-KTLim/llama-3-Korean-Bllossom-8B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: e93d50ea-7420-4148-8bc1-2c4ecbdc2835
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <br>
18
+
19
+ # e93d50ea-7420-4148-8bc1-2c4ecbdc2835
20
+
21
+ This model is a fine-tuned version of [MLP-KTLim/llama-3-Korean-Bllossom-8B](https://huggingface.co/MLP-KTLim/llama-3-Korean-Bllossom-8B) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3223
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.000212
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 120
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 8
48
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_steps: 50
51
+ - training_steps: 500
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | No log | 0.0009 | 1 | 1.9441 |
58
+ | 0.895 | 0.0456 | 50 | 0.9801 |
59
+ | 0.7945 | 0.0912 | 100 | 0.8731 |
60
+ | 0.6886 | 0.1369 | 150 | 0.8619 |
61
+ | 0.7819 | 0.1825 | 200 | 0.7114 |
62
+ | 0.6048 | 0.2281 | 250 | 0.5683 |
63
+ | 0.503 | 0.2737 | 300 | 0.5383 |
64
+ | 0.4986 | 0.3193 | 350 | 0.4003 |
65
+ | 0.5244 | 0.3650 | 400 | 0.3518 |
66
+ | 0.5655 | 0.4106 | 450 | 0.3261 |
67
+ | 0.4691 | 0.4562 | 500 | 0.3223 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.13.2
73
+ - Transformers 4.46.0
74
+ - Pytorch 2.5.0+cu124
75
+ - Datasets 3.0.1
76
+ - Tokenizers 0.20.1