How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Blizado/German_Mistral7B_merge_tests"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Blizado/German_Mistral7B_merge_tests",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Blizado/German_Mistral7B_merge_tests:Q8_0
Quick Links

7B Mistral based Mergekit tests for german text generation to find the best working (for context, grammar and general output) German merge for primarily fun Chat (E)RP, but could also work for other tasks. ChatML format works well, Alpaca should work even better.

Tester feedback welcome.

The best models will be released as 16bit safetensors, all kind of GGUF quants and all needed informations.

Downloads last month
35
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support