Definitely helps!

#2
by bfkxnr - opened

Good job, redashes! This fine-tune cuts the recurrences of "But wait, let me first...." significantly. Not saying that the amount of thinking is reduced to the level of ThinkingCap-3.6-27B (I tested 3.8 on xhigh), but it no longer gets trapped in a self-doubting death spiral.

For those who are waiting for a GGUF, you can make one yourself quite easily if you already have llama.cpp cloned:

  1. Make sure you have git-lfs installed
  2. git clone this repo: click on 3 dots above on this page and copy-paste the git clone command
  3. Go to llama.cpp repo and run pip install -r requirements/requirements-convert_hf_to_gguf.txt
  4. Create GGUF: python convert_hf_to_gguf.py {/path/to/safetensors/directory/} --outfile {/path/to/output.gguf} --outtype {your quant, e.g. q4_0}

thanks and enjony!😄

Sign up or log in to comment