[UNK_BYTE_0xefbfbd]is[UNK_BYTE_0xefbfbd] #1685
Unanswered
RandomTurtle
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would strongly suggest against using that model as it is extremely old and largely abandoned. Instead, I'd recommend trying a modern model like this one: https://huggingface.co/unsloth/gemma-3-12b-it-GGUF/resolve/main/gemma-3-12b-it-Q3_K_M.gguf If you really want to use Falcon 40B, please try this model: https://huggingface.co/mradermacher/WizardLM-Uncensored-Falcon-40b-i1-GGUF/resolve/main/WizardLM-Uncensored-Falcon-40b.i1-Q2_K.gguf |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I download Falcon-40b-gguf from hf, load it into kobold but when I talk to it, it says "[UNK_BYTE_0xefbfbd]is[UNK_BYTE_0xefbfbd]" and spams this. I read that it needs tokenizer.model, but that doesn't exist on hf where Falcon was download from. So I found a different falcon 40b-instruct-8bit and they have a tokenizer.json so I assumed that's needed. So I put it in the same directory but it didn't help. Now when I say "Hi" it just locks up and sits there. How do I get it to work :)
Beta Was this translation helpful? Give feedback.
All reactions