End of training
Browse files- README.md +100 -0
- 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_ortho
|
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_ortho
|
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.4401
|
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.8608 | 0.0262 | 4 | 1.8810 |
|
55 |
+
| 1.7875 | 0.0523 | 8 | 1.6839 |
|
56 |
+
| 1.6211 | 0.0785 | 12 | 1.6379 |
|
57 |
+
| 1.5275 | 0.1047 | 16 | 1.5652 |
|
58 |
+
| 1.5674 | 0.1308 | 20 | 1.5608 |
|
59 |
+
| 1.4798 | 0.1570 | 24 | 1.5422 |
|
60 |
+
| 1.484 | 0.1832 | 28 | 1.5231 |
|
61 |
+
| 1.524 | 0.2093 | 32 | 1.5137 |
|
62 |
+
| 1.4406 | 0.2355 | 36 | 1.5169 |
|
63 |
+
| 1.5328 | 0.2617 | 40 | 1.5073 |
|
64 |
+
| 1.5037 | 0.2878 | 44 | 1.4938 |
|
65 |
+
| 1.5445 | 0.3140 | 48 | 1.4939 |
|
66 |
+
| 1.5157 | 0.3401 | 52 | 1.4924 |
|
67 |
+
| 1.4724 | 0.3663 | 56 | 1.4748 |
|
68 |
+
| 1.5457 | 0.3925 | 60 | 1.4869 |
|
69 |
+
| 1.5126 | 0.4186 | 64 | 1.4744 |
|
70 |
+
| 1.4564 | 0.4448 | 68 | 1.4726 |
|
71 |
+
| 1.4628 | 0.4710 | 72 | 1.4695 |
|
72 |
+
| 1.4244 | 0.4971 | 76 | 1.4711 |
|
73 |
+
| 1.5274 | 0.5233 | 80 | 1.4654 |
|
74 |
+
| 1.5459 | 0.5495 | 84 | 1.4615 |
|
75 |
+
| 1.4562 | 0.5756 | 88 | 1.4600 |
|
76 |
+
| 1.3771 | 0.6018 | 92 | 1.4578 |
|
77 |
+
| 1.3837 | 0.6280 | 96 | 1.4537 |
|
78 |
+
| 1.46 | 0.6541 | 100 | 1.4546 |
|
79 |
+
| 1.4711 | 0.6803 | 104 | 1.4554 |
|
80 |
+
| 1.4257 | 0.7065 | 108 | 1.4455 |
|
81 |
+
| 1.4661 | 0.7326 | 112 | 1.4473 |
|
82 |
+
| 1.4269 | 0.7588 | 116 | 1.4469 |
|
83 |
+
| 1.4269 | 0.7850 | 120 | 1.4433 |
|
84 |
+
| 1.4514 | 0.8111 | 124 | 1.4461 |
|
85 |
+
| 1.4349 | 0.8373 | 128 | 1.4458 |
|
86 |
+
| 1.3174 | 0.8635 | 132 | 1.4409 |
|
87 |
+
| 1.4861 | 0.8896 | 136 | 1.4399 |
|
88 |
+
| 1.3536 | 0.9158 | 140 | 1.4408 |
|
89 |
+
| 1.408 | 0.9419 | 144 | 1.4404 |
|
90 |
+
| 1.4435 | 0.9681 | 148 | 1.4401 |
|
91 |
+
| 1.4317 | 0.9943 | 152 | 1.4401 |
|
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:
|
3 |
size 25271744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b7de56dc14ccb88b6c19bc05ce93198c13df5c29965a7be60e50e0b5bdb07af
|
3 |
size 25271744
|