rAIfle commited on
Commit
18bc52e
1 Parent(s): b83cd79

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ ```
6
+ e88 88e d8
7
+ d888 888b 8888 8888 ,"Y88b 888 8e d88
8
+ C8888 8888D 8888 8888 "8" 888 888 88b d88888
9
+ Y888 888P Y888 888P ,ee 888 888 888 888
10
+ "88 88" "88 88" "88 888 888 888 888
11
+ b
12
+ 8b,
13
+
14
+ e88'Y88 d8 888
15
+ d888 'Y ,"Y88b 888,8, d88 ,e e, 888
16
+ C8888 "8" 888 888 " d88888 d88 88b 888
17
+ Y888 ,d ,ee 888 888 888 888 , 888
18
+ "88,d88 "88 888 888 888 "YeeP" 888
19
+
20
+ PROUDLY PRESENTS
21
+ ```
22
+ # Llama-3-8B-Instruct-DADA-exl2-rpcal
23
+
24
+ Quantized using 200 samples of 8192 tokens from an RP-oriented [PIPPA](https://huggingface.co/datasets/royallab/PIPPA-cleaned) dataset.
25
+
26
+ Branches:
27
+ - `main` -- `measurement.json`
28
+ - `8b8h` -- 8bpw, 8bit lm_head
29
+
30
+ Original model link: [Envoid/Llama-3-8B-Instruct-DADA](https://huggingface.co/Envoid/Llama-3-8B-Instruct-DADA)
31
+
32
+ Original model README below.
33
+
34
+ -----
35
+
36
+ ## Llama-3-8B-Instruct-DADA
37
+ ![](https://files.catbox.moe/oyqv9v.jpg)
38
+ # Warning: This model is experimental and thus potentially unpredictable.
39
+
40
+ This model employs the same strategy as [Mixtral Instruct ITR DADA](https://huggingface.co/Envoid/Mixtral-Instruct-ITR-DADA-8x7B)
41
+
42
+ I trained [Llama-3-8B-Instruct](meta-llama/Meta-Llama-3-8B-Instruct) on the Alpaca-DADA dataset for 10 epochs at 1e-6 learning rate.
43
+ I then did a 50/50 SLERP merge of the resulting model back onto Llama-3-8B-Instruct
44
+
45
+ This model may require custom stopping strings to tame due to current issues surrounding Llama-3 EOS tokens and various back-ends.
46
+ It certainly gives some interesting answers using an assistant template/card in SillyTavern, though.
47
+
48
+ The below answer is one of the more interesting answers I've gotten out of an LLM on the same query, although there was an indentiation error (indicated by the red circle)
49
+ ![](https://files.catbox.moe/mvao98.png)
50
+
51
+ Training was done using [qlora-pipe](https://github.com/tdrussell/qlora-pipe)
52
+
53
+ [GGUFs care of Quant Cartel](https://huggingface.co/Quant-Cartel/Llama-3-8B-Instruct-DADA-iMat-GGUF)