imdatta0 commited on
Commit
7ecc27e
1 Parent(s): ac35dce

End of training

Browse files
Files changed (2) hide show
  1. README.md +100 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TinyLlama/TinyLlama_v1.1
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - unsloth
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: tinyllama_magiccoder_reverse
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
+ # tinyllama_magiccoder_reverse
17
+
18
+ This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.4617
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 64
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.02
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.7988 | 0.0262 | 4 | 1.8569 |
55
+ | 1.6885 | 0.0523 | 8 | 1.6512 |
56
+ | 1.5697 | 0.0785 | 12 | 1.6180 |
57
+ | 1.501 | 0.1047 | 16 | 1.5781 |
58
+ | 1.5529 | 0.1308 | 20 | 1.5673 |
59
+ | 1.4779 | 0.1570 | 24 | 1.5470 |
60
+ | 1.4724 | 0.1832 | 28 | 1.5328 |
61
+ | 1.5236 | 0.2093 | 32 | 1.5227 |
62
+ | 1.4405 | 0.2355 | 36 | 1.5105 |
63
+ | 1.5416 | 0.2617 | 40 | 1.5137 |
64
+ | 1.4954 | 0.2878 | 44 | 1.5066 |
65
+ | 1.5539 | 0.3140 | 48 | 1.4984 |
66
+ | 1.5253 | 0.3401 | 52 | 1.4869 |
67
+ | 1.4786 | 0.3663 | 56 | 1.4841 |
68
+ | 1.5582 | 0.3925 | 60 | 1.4856 |
69
+ | 1.5277 | 0.4186 | 64 | 1.4862 |
70
+ | 1.4553 | 0.4448 | 68 | 1.4852 |
71
+ | 1.472 | 0.4710 | 72 | 1.4787 |
72
+ | 1.4282 | 0.4971 | 76 | 1.4765 |
73
+ | 1.5454 | 0.5233 | 80 | 1.4738 |
74
+ | 1.5619 | 0.5495 | 84 | 1.4789 |
75
+ | 1.4621 | 0.5756 | 88 | 1.4715 |
76
+ | 1.3989 | 0.6018 | 92 | 1.4703 |
77
+ | 1.3913 | 0.6280 | 96 | 1.4723 |
78
+ | 1.4797 | 0.6541 | 100 | 1.4636 |
79
+ | 1.4766 | 0.6803 | 104 | 1.4707 |
80
+ | 1.4478 | 0.7065 | 108 | 1.4650 |
81
+ | 1.4769 | 0.7326 | 112 | 1.4658 |
82
+ | 1.4517 | 0.7588 | 116 | 1.4650 |
83
+ | 1.4475 | 0.7850 | 120 | 1.4601 |
84
+ | 1.4842 | 0.8111 | 124 | 1.4645 |
85
+ | 1.4513 | 0.8373 | 128 | 1.4625 |
86
+ | 1.3405 | 0.8635 | 132 | 1.4614 |
87
+ | 1.5064 | 0.8896 | 136 | 1.4625 |
88
+ | 1.3767 | 0.9158 | 140 | 1.4628 |
89
+ | 1.429 | 0.9419 | 144 | 1.4623 |
90
+ | 1.4623 | 0.9681 | 148 | 1.4619 |
91
+ | 1.4592 | 0.9943 | 152 | 1.4617 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - PEFT 0.12.0
97
+ - Transformers 4.44.0
98
+ - Pytorch 2.4.0+cu121
99
+ - Datasets 2.20.0
100
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6920ef481f289ccddd1f599c5849bcc5aefe1b1b92abed198193c1883d3b4907
3
  size 25271744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f82ccbd10874b9112455a43e4ff79be50f19769a3d330a17491188a64885c1c
3
  size 25271744