nkpz commited on
Commit
ac67654
1 Parent(s): 1ac84eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ First, I trained it on an epoch of https://huggingface.co/datasets/Adapting/empa
9
 
10
  Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
11
 
 
 
12
  **Future Ideas**
13
  - **This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it.** I'd like to work on removing this fixation and making it more flexible.
14
  - Also would like to filter the rows with phrases "AI assistant" and "virtual assistant" from all future runs.
 
9
 
10
  Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
11
 
12
+ If you would like to run this in 4-bit, you can use the Hugging Face backend in Koboldai (or in a different script, the `load_in_4bit` kwarg when calling `from_pretrained`). GPTQ conversion has so far resulted in broken output for me, YMMV.
13
+
14
  **Future Ideas**
15
  - **This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it.** I'd like to work on removing this fixation and making it more flexible.
16
  - Also would like to filter the rows with phrases "AI assistant" and "virtual assistant" from all future runs.