Awan LLM commited on
Commit
e1b4784
·
verified ·
1 Parent(s): c8820bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
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 a fine tune using an improved Dolphin and WizardLM dataset intended to make the model follow instructions better and refuse less. OpenLLM benchmark is running...
9
+
10
+
11
+ Will soon have quants uploaded here on HF and have it up on our site https://awanllm.com for anyone to try.
12
+
13
+
14
+ OpenLLM Benchmark:
15
+
16
+
17
+
18
+ Training:
19
+ - 2048 sequence length since the dataset has an average lenght of under 1000 tokens, while the base model is 8192 sequence length. From testing it still performs the same 8192 context just fine.
20
+ - Training duration is around 1 days on 2xRTX 3090, using 4-bit loading and Qlora 64-rank 128-alpha resulting in ~2% trainable weights.
21
+
22
+
23
+ Instruct format:
24
+ ```
25
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
26
+
27
+ {{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
28
+
29
+ {{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
30
+
31
+ {{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
32
+
33
+ {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
34
+ ```
35
+
36
+
37
+ Quants:
38
+
39
+ Generating...
40
+