Awan LLM commited on
Commit
66abfac
·
verified ·
1 Parent(s): 56fd267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ ---
4
+ Based on Meta-Llama-3-8b-Instruct, and is governed by Meta Llama 3 License agreement:
5
+ https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
6
+
7
+
8
+ This is release v1.0 of Awanllm Cumulus series of models that aim to be uncensored and have zero refusals and zero warnings.
9
+
10
+ This model should be good for general use cases as the OG Llama 3 8B model but it should be especially better for story writing or RP use cases.
11
+
12
+ It is the most uncensored yet, thanks to using https://huggingface.co/failspy/Meta-Llama-3-8B-Instruct-abliterated-v3 as the base model.
13
+
14
+
15
+ In terms of reasoning and intelligence, this model is probably a bit worse than the OG Meta Llama 3 8B Instruct because of the decensoring. However we believe it is worth it for the decensoring, as even with jailbreak prompts Llama 3 8B Instruct will never get remotely close to this model.
16
+
17
+ We have it up on our API service at https://awanllm.com for anyone to try!
18
+
19
+
20
+ Best practices:
21
+ - Be precise and explain what you want the model to do. It has less base "personality" than the OG model but it will act however you tell it to.
22
+ - This model works best with system prompts that tells it that it is the character, instead of telling it to act as a character.
23
+
24
+
25
+ Training:
26
+ - Full 8192 sequence length.
27
+ - Training duration is around 4 days on an RTX 4090, using 4-bit loading and Qlora 64-rank 64-alpha resulting in ~2% trainable weights.
28
+
29
+
30
+ Instruct format:
31
+ ```
32
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
33
+
34
+ {{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
35
+
36
+ {{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
37
+
38
+ {{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
39
+
40
+ {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
41
+ ```
42
+
43
+
44
+ Quants:
45
+
46
+ FP16: https://huggingface.co/AwanLLM/Awanllm-Llama-3-8B-Cumulus-v1.0
47
+
48
+ GGUF: https://huggingface.co/AwanLLM/Awanllm-Llama-3-8B-Cumulus-v1.0-GGUF
49
+