Views
No views yet

1.10.05Note: Due to the nature of the fine-tuning, setting the temperature to1.1or higher helps prevent the model from repeating itself and encourages more creative and coherent responses.
bf16 precision and enable flash-attention2 for improved performance.1git clone https://github.com/oobabooga/text-generation-webui
2cd text-generation-webuipip install -r requirements.txtmodels directory.python server.py --bf16 --flash-attention1Ryan is a computer engineer who works at Intel.
2
3Ryan: Hey, how's it going Natalie?
4Natalie: Good, how are things going with you, Ryan?
5Ryan: Great, I'm just doing just great.



1.1) can help generate more diverse and creative outputs.min_p Setting: Ensuring min_p is at least 0.05 can prevent low-probability tokens from being excluded, enhancing the response quality.