End of training
Browse files- README.md +21 -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-grounded
|
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,23 @@ 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.9.0
|
|
|
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-grounded
|
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.1270
|
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.7091 | 0.01 | 1 | 1.7034 |
|
140 |
+
| 1.3312 | 0.29 | 20 | 1.2385 |
|
141 |
+
| 1.1599 | 0.58 | 40 | 1.1702 |
|
142 |
+
| 1.1673 | 0.87 | 60 | 1.1425 |
|
143 |
+
| 1.0802 | 1.16 | 80 | 1.1291 |
|
144 |
+
| 1.0736 | 1.45 | 100 | 1.1238 |
|
145 |
+
| 1.0308 | 1.74 | 120 | 1.1185 |
|
146 |
+
| 1.0042 | 2.03 | 140 | 1.1110 |
|
147 |
+
| 0.997 | 2.32 | 160 | 1.1274 |
|
148 |
+
| 0.8535 | 2.61 | 180 | 1.1278 |
|
149 |
+
| 0.9331 | 2.9 | 200 | 1.1270 |
|
150 |
+
|
151 |
+
|
152 |
### Framework versions
|
153 |
|
154 |
- PEFT 0.9.0
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7b096c0cb82bbe8c4710b8b3f4b5ca6072fc0f193e9549aa9302be9f024f033
|
3 |
+
size 319977229
|