Lekhansh commited on
Commit
7bbd3d1
1 Parent(s): a48d7c7

Model save

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-3B-Instruct
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: Llama-3.2-3B-Instruct-combinedTask-extraData
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # Llama-3.2-3B-Instruct-combinedTask-extraData
18
+
19
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1110
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 5
45
+ - total_train_batch_size: 5
46
+ - optimizer: Use paged_adamw_32bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.01
49
+ - num_epochs: 1
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | No log | 0 | 0 | 1.9377 |
57
+ | 0.9095 | 0.0937 | 100 | 0.1349 |
58
+ | 0.6606 | 0.1873 | 200 | 0.1242 |
59
+ | 0.6203 | 0.2810 | 300 | 0.1202 |
60
+ | 0.381 | 0.3746 | 400 | 0.1173 |
61
+ | 0.4891 | 0.4683 | 500 | 0.1152 |
62
+ | 0.6971 | 0.5619 | 600 | 0.1139 |
63
+ | 0.4967 | 0.6556 | 700 | 0.1127 |
64
+ | 0.4527 | 0.7492 | 800 | 0.1118 |
65
+ | 0.4013 | 0.8429 | 900 | 0.1114 |
66
+ | 0.4653 | 0.9365 | 1000 | 0.1110 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - PEFT 0.13.2
72
+ - Transformers 4.46.0.dev0
73
+ - Pytorch 2.2.0
74
+ - Datasets 3.0.2
75
+ - Tokenizers 0.20.1