Dinesh2001 commited on
Commit
11b83f6
·
verified ·
1 Parent(s): fd1b36f

End of training

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-1B-Instruct
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-3.2-1B-Instruct
7
+ - lora
8
+ - transformers
9
+ pipeline_tag: text-generation
10
+ model-index:
11
+ - name: Llama3.2-1B-QLoRA-Explainer
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
+ # Llama3.2-1B-QLoRA-Explainer
19
+
20
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0579
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 16
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 50
50
+ - num_epochs: 3
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | 0.0652 | 0.3556 | 200 | 0.0650 |
57
+ | 0.0626 | 0.7111 | 400 | 0.0615 |
58
+ | 0.06 | 1.0658 | 600 | 0.0596 |
59
+ | 0.0596 | 1.4213 | 800 | 0.0591 |
60
+ | 0.0588 | 1.7769 | 1000 | 0.0587 |
61
+ | 0.0582 | 2.1316 | 1200 | 0.0584 |
62
+ | 0.0581 | 2.4871 | 1400 | 0.0583 |
63
+ | 0.0576 | 2.8427 | 1600 | 0.0579 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.17.0
69
+ - Transformers 4.55.2
70
+ - Pytorch 2.8.0+cu128
71
+ - Datasets 4.0.0
72
+ - Tokenizers 0.21.4