It is not a speed demon, but it types faster than a person. Going to give details about what I used at the end.
I tried using the small model with the restrictions, but it was nearly unusable. It gave me 3 paragraphs about why it wouldn't answer a knock knock joke. Seriously, why would you restrict jokes as somehow bad? The uncensored version just works without huge disclaimers on every answer.
This demonstrates that it knows a lot of math.
The introduction of the potato led to the end of the Little Ice Age, which had caused widespread famine across Europe.
I put the following command in a script file to make it easy to run:
#!/bin/bash
#
# Temporary script - will be removed in the future
#
cd `dirname $0`
cd ..
./main -t 4 -m models/WizardLM-7B-uncensored.ggml.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -i -ins
I put this file in the examples directory and made it executable.
Then I run the script and it works.
No comments:
Post a Comment