29thDay commited on
Commit
8fac907
·
verified ·
1 Parent(s): 23c653b

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
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Llama-3.2-1B-Instruct-tuned
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # Llama-3.2-1B-Instruct-tuned
16
+
17
+ 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 an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.2766
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.01
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 64
44
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 2
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | No log | 0 | 0 | 12.3951 |
54
+ | No log | 0.2004 | 27 | 5.5223 |
55
+ | No log | 0.4007 | 54 | 3.8031 |
56
+ | No log | 0.6011 | 81 | 3.1578 |
57
+ | No log | 0.8015 | 108 | 2.8569 |
58
+ | No log | 1.0 | 135 | 2.6538 |
59
+ | No log | 1.2004 | 162 | 2.4921 |
60
+ | No log | 1.4007 | 189 | 2.3860 |
61
+ | No log | 1.6011 | 216 | 2.3240 |
62
+ | No log | 1.8015 | 243 | 2.2894 |
63
+ | No log | 2.0 | 270 | 2.2766 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.15.2
69
+ - Transformers 4.52.4
70
+ - Pytorch 2.6.0+cu124
71
+ - Datasets 3.6.0
72
+ - Tokenizers 0.21.1