End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: llama3
|
4 |
+
base_model: Orenguteng/Llama-3-8B-Lexi-Uncensored
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 234de95a-352d-4a70-b496-8cbc55e31388
|
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 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<br>
|
18 |
+
|
19 |
+
# 234de95a-352d-4a70-b496-8cbc55e31388
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [Orenguteng/Llama-3-8B-Lexi-Uncensored](https://huggingface.co/Orenguteng/Llama-3-8B-Lexi-Uncensored) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.4129
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.000202
|
43 |
+
- train_batch_size: 4
|
44 |
+
- eval_batch_size: 4
|
45 |
+
- seed: 20
|
46 |
+
- gradient_accumulation_steps: 2
|
47 |
+
- total_train_batch_size: 8
|
48 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 50
|
51 |
+
- training_steps: 500
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|
|
57 |
+
| No log | 0.0000 | 1 | 2.8058 |
|
58 |
+
| 2.5305 | 0.0020 | 50 | 2.5678 |
|
59 |
+
| 2.5086 | 0.0040 | 100 | 2.5354 |
|
60 |
+
| 2.4889 | 0.0060 | 150 | 2.5138 |
|
61 |
+
| 2.6504 | 0.0080 | 200 | 2.5272 |
|
62 |
+
| 2.5837 | 0.0100 | 250 | 2.5475 |
|
63 |
+
| 2.5573 | 0.0120 | 300 | 2.4923 |
|
64 |
+
| 2.4235 | 0.0140 | 350 | 2.4377 |
|
65 |
+
| 2.6366 | 0.0160 | 400 | 2.4177 |
|
66 |
+
| 2.4536 | 0.0180 | 450 | 2.4135 |
|
67 |
+
| 2.4976 | 0.0200 | 500 | 2.4129 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- PEFT 0.13.2
|
73 |
+
- Transformers 4.46.0
|
74 |
+
- Pytorch 2.5.0+cu124
|
75 |
+
- Datasets 3.0.1
|
76 |
+
- Tokenizers 0.20.1
|