InferenceIllusionist commited on
Commit
9ae8f7b
1 Parent(s): 5f5fa86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -34,4 +34,22 @@ For a brief rundown of iMatrix quant performance please see this [PR](https://gi
34
 
35
  <b>All quants are verified working prior to uploading to repo for your safety and convenience. </b>
36
 
37
- Please note importance matrix quantizations are a work in progress. IQ4 and above is recommended for best results.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
  <b>All quants are verified working prior to uploading to repo for your safety and convenience. </b>
36
 
37
+ Please note importance matrix quantizations are a work in progress. IQ4 and above is recommended for best results.
38
+
39
+ Original model card [here](https://huggingface.co/Envoid/Llama-3-8B-Instruct-DADA/edit/main/README.md) and below:
40
+ ## Llama-3-8B-Instruct-DADA
41
+ ![](https://files.catbox.moe/oyqv9v.jpg)
42
+ # Warning: This model is experimental and thus potentially unpredictable.
43
+
44
+ This model employs the same strategy as [Mixtral Instruct ITR DADA](https://huggingface.co/Envoid/Mixtral-Instruct-ITR-DADA-8x7B)
45
+
46
+ 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.
47
+ I then did a 50/50 SLERP merge of the resulting model back onto Llama-3-8B-Instruct
48
+
49
+ This model may require custom stopping strings to tame due to current issues surrounding Llama-3 EOS tokens and various back-ends.
50
+ It certainly gives some interesting answers using an assistant template/card in SillyTavern, though.
51
+
52
+ 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)
53
+ ![](https://files.catbox.moe/mvao98.png)
54
+
55
+ Training was done using [qlora-pipe](https://github.com/tdrussell/qlora-pipe)