Owen Arliawan commited on
Commit
0e47abf
1 Parent(s): 888be60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -4,19 +4,23 @@ license: apache-2.0
4
  Based on Meta-Llama-3-8b-Instruct, and is governed by Meta Llama 3 License agreement:
5
  https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b/blob/main/LICENSE
6
 
 
7
  We don't know if it is any good since we have not benched this yet but we are happy for anyone to try it out and give some feedback.
8
  You can try this model on our API at https://www.awanllm.com/
9
 
 
10
  Trained on 2048 sequence length, while the base model is 8192 sequence length. From testing it still performs the same 8192 context just fine.
11
 
12
  Trained using Cognitive Computations Eric Hartford's https://huggingface.co/datasets/cognitivecomputations/dolphin dataset as we've found great results from their dolphin models in previous Llama models.
13
 
14
  Trained for 2 days on 2x RTX3090 on our own machine, using 4-bit loading and Qlora 64-rank 128-alpha resulting in ~2% trainable weights.
15
 
 
16
  The goal for this model is to have the model less-censored and great at general tasks like the previous dolphin models by Eric Hartford.
17
  We started training this BEFORE they launched their own full weight trained Llama-3-8B-Dolphin-2.9 with their own curated datasets and the newer "Dolphin 2.9" dataset.
18
  https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b
19
 
 
20
  The difference is that we train this using Meta's new Llama 3 instruct format and not the regular ChatML format that Dolphin models are usually trained on. This is because we think that it might perform better using the format it was originally trained on.
21
  Instruct format:
22
  ```
@@ -30,14 +34,19 @@ Instruct format:
30
 
31
  {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
32
  ```
 
 
33
  Quants:
34
 
35
  GGUF: https://huggingface.co/AwanLLM/Meta-Llama-3-8B-Dolphin-Lite-v0.1-GGUF
36
 
37
  ExllamaV2:
 
38
  4bpw: AwanLLM/Meta-Llama-3-8B-Dolphin-Lite-v0.1-exl2-h8-4bpw-exl2
 
39
  8bpw: AwanLLM/Meta-Llama-3-8B-Dolphin-Lite-v0.1-exl2-h8-8bpw-exl2
40
 
 
41
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
42
 
43
  Axolotl Config:
 
4
  Based on Meta-Llama-3-8b-Instruct, and is governed by Meta Llama 3 License agreement:
5
  https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b/blob/main/LICENSE
6
 
7
+
8
  We don't know if it is any good since we have not benched this yet but we are happy for anyone to try it out and give some feedback.
9
  You can try this model on our API at https://www.awanllm.com/
10
 
11
+
12
  Trained on 2048 sequence length, while the base model is 8192 sequence length. From testing it still performs the same 8192 context just fine.
13
 
14
  Trained using Cognitive Computations Eric Hartford's https://huggingface.co/datasets/cognitivecomputations/dolphin dataset as we've found great results from their dolphin models in previous Llama models.
15
 
16
  Trained for 2 days on 2x RTX3090 on our own machine, using 4-bit loading and Qlora 64-rank 128-alpha resulting in ~2% trainable weights.
17
 
18
+
19
  The goal for this model is to have the model less-censored and great at general tasks like the previous dolphin models by Eric Hartford.
20
  We started training this BEFORE they launched their own full weight trained Llama-3-8B-Dolphin-2.9 with their own curated datasets and the newer "Dolphin 2.9" dataset.
21
  https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b
22
 
23
+
24
  The difference is that we train this using Meta's new Llama 3 instruct format and not the regular ChatML format that Dolphin models are usually trained on. This is because we think that it might perform better using the format it was originally trained on.
25
  Instruct format:
26
  ```
 
34
 
35
  {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
36
  ```
37
+
38
+
39
  Quants:
40
 
41
  GGUF: https://huggingface.co/AwanLLM/Meta-Llama-3-8B-Dolphin-Lite-v0.1-GGUF
42
 
43
  ExllamaV2:
44
+
45
  4bpw: AwanLLM/Meta-Llama-3-8B-Dolphin-Lite-v0.1-exl2-h8-4bpw-exl2
46
+
47
  8bpw: AwanLLM/Meta-Llama-3-8B-Dolphin-Lite-v0.1-exl2-h8-8bpw-exl2
48
 
49
+
50
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
51
 
52
  Axolotl Config: