Envoid commited on
Commit
a717ac2
1 Parent(s): 4b40d10

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # WARNING: this model is very unpredictable.
2
+ This model is an experiment using the frankenstein script from
3
+ https://huggingface.co/chargoddard/llama2-22b
4
+ Except I decided to use it with two models that have already been extensively finetuned.
5
+ With https://huggingface.co/TheBloke/Llama-2-13B-Chat-fp16 as the base model
6
+ and
7
+ https://huggingface.co/Aeala/Enterredaas-33b as the donor model.
8
+
9
+ The resulting model is surprisingly coherent and still responds well to the llama2chat prompt format
10
+ ```[INST]<<SYS>><</SYS>>[/INST]``` and still has most of llama2chat's bubbly/giddy personality but more gritty and visceral.
11
+ It makes occasional "typos" along with some other quirks so it was not completely unscathed by the frankensteining process.
12
+ I plan to massage it over with a LoRA in the near future to bring it into more harmony but in the meantime it is available now for your enjoyment.
13
+
14
+ Use cases: Chat/RP not much else.
15
+