End of training
Browse files- README.md +20 -1
- adapter_model.bin +3 -0
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
base_model: NousResearch/Llama-2-7b-hf
|
6 |
model-index:
|
@@ -96,7 +97,9 @@ special_tokens:
|
|
96 |
|
97 |
# neocortex
|
98 |
|
99 |
-
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on
|
|
|
|
|
100 |
|
101 |
## Model description
|
102 |
|
@@ -129,6 +132,22 @@ The following hyperparameters were used during training:
|
|
129 |
- lr_scheduler_warmup_steps: 10
|
130 |
- num_epochs: 3
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
### Framework versions
|
133 |
|
134 |
- PEFT 0.8.2
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
+
- axolotl
|
5 |
- generated_from_trainer
|
6 |
base_model: NousResearch/Llama-2-7b-hf
|
7 |
model-index:
|
|
|
97 |
|
98 |
# neocortex
|
99 |
|
100 |
+
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
|
101 |
+
It achieves the following results on the evaluation set:
|
102 |
+
- Loss: 1.4558
|
103 |
|
104 |
## Model description
|
105 |
|
|
|
132 |
- lr_scheduler_warmup_steps: 10
|
133 |
- num_epochs: 3
|
134 |
|
135 |
+
### Training results
|
136 |
+
|
137 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
138 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
139 |
+
| 1.5181 | 0.29 | 20 | 1.5627 |
|
140 |
+
| 1.437 | 0.58 | 40 | 1.4861 |
|
141 |
+
| 1.5196 | 0.87 | 60 | 1.4610 |
|
142 |
+
| 1.4037 | 1.16 | 80 | 1.4512 |
|
143 |
+
| 1.372 | 1.45 | 100 | 1.4493 |
|
144 |
+
| 1.3853 | 1.74 | 120 | 1.4424 |
|
145 |
+
| 1.2367 | 2.03 | 140 | 1.4460 |
|
146 |
+
| 1.283 | 2.32 | 160 | 1.4602 |
|
147 |
+
| 1.2933 | 2.61 | 180 | 1.4583 |
|
148 |
+
| 1.2397 | 2.9 | 200 | 1.4558 |
|
149 |
+
|
150 |
+
|
151 |
### Framework versions
|
152 |
|
153 |
- PEFT 0.8.2
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb191d2c40b3c451e98d773c7f145ad7b2f67633a0fc059ef4a9b495d992467d
|
3 |
+
size 319977229
|