munish0838
commited on
Commit
•
a5d5316
1
Parent(s):
3bf744d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
base_model: OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.3.2-GGUF
|
5 |
+
---
|
6 |
+
|
7 |
+
# OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.3.2-GGUF
|
8 |
+
This is quantized version of [OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.3.2-GGUF](https://huggingface.co/OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.3.2-GGUF) created using llama.cpp
|
9 |
+
|
10 |
+
# Model Description
|
11 |
+
Based on Meta-Llama-3-8b-Instruct, and is governed by Meta Llama 3 License agreement:
|
12 |
+
https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
|
13 |
+
|
14 |
+
|
15 |
+
This v0.3.2 version is even more uncensored thanks to using https://huggingface.co/AwanLLM/Awanllm-Llama-3-8B-Dolfin-v0.6-Abliterated as the base model. The 0.0.2 is for slight adjustment to the DPO stage.
|
16 |
+
|
17 |
+
|
18 |
+
In terms of reasoning and intelligence, this model is probably a bit worse than the OG model because of the decensoring. However, this model is better at long back and forth chats and will refuse less.
|
19 |
+
|
20 |
+
|
21 |
+
This model works best with system prompts that tells it that it is the character, instead of telling it to act as a character.
|
22 |
+
|
23 |
+
|
24 |
+
Training:
|
25 |
+
- Full 8192 sequence length.
|
26 |
+
- Training duration is around 2 days on an RTX 4090, using 4-bit loading and Qlora 64-rank 64-alpha resulting in ~2% trainable weights.
|
27 |
+
|
28 |
+
|
29 |
+
Instruct format:
|
30 |
+
```
|
31 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
32 |
+
|
33 |
+
{{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
34 |
+
|
35 |
+
{{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
36 |
+
|
37 |
+
{{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
38 |
+
|
39 |
+
{{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
40 |
+
```
|
41 |
+
|
42 |
+
|
43 |
+
Quants:
|
44 |
+
|
45 |
+
FP16: https://huggingface.co/OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.3.2
|
46 |
+
|
47 |
+
GGUF: https://huggingface.co/OwenArli/ArliAI-Llama-3-8B-Cumulus-v0.3.2-GGUF
|