lesso01 commited on
Commit
e214586
·
verified ·
1 Parent(s): ec8031a

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.2
4
+ base_model: unsloth/Llama-3.2-3B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 1c37c4f8-f9e0-419a-b93c-15b082bcf37d
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
+ # 1c37c4f8-f9e0-419a-b93c-15b082bcf37d
20
+
21
+ This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.5217
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.000201
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
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.0002 | 1 | 1.0245 |
58
+ | 0.6084 | 0.0094 | 50 | 0.6058 |
59
+ | 0.4788 | 0.0188 | 100 | 0.5870 |
60
+ | 0.4938 | 0.0282 | 150 | 0.5855 |
61
+ | 0.4774 | 0.0376 | 200 | 0.5657 |
62
+ | 0.4842 | 0.0470 | 250 | 0.5510 |
63
+ | 0.4943 | 0.0564 | 300 | 0.5422 |
64
+ | 0.4577 | 0.0658 | 350 | 0.5332 |
65
+ | 0.4748 | 0.0752 | 400 | 0.5273 |
66
+ | 0.4693 | 0.0846 | 450 | 0.5230 |
67
+ | 0.4389 | 0.0940 | 500 | 0.5217 |
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