How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Natkituwu/mistral-dory-12b-4.25bpw-exl2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Natkituwu/mistral-dory-12b-4.25bpw-exl2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Natkituwu/mistral-dory-12b-4.25bpw-exl2
Quick Links

Configuration Parsing Warning:In config.json: "quantization_config.bits" must be an integer

4.25bpw h6 exl2 quant of : (https://huggingface.co/BeaverAI/mistral-dory-12b)

Dory 12b

redone instruct finetune of mistral nemo 12b. not (E)RP-focused, leave that to drummer.

image/gif

thanks to twisted for the compute :3

Prompting

alpaca-like:

### System:
[Optional system prompt]

### Instruction:
[Query]

### Response:
[Response]<EOT>

### Instruction:
[...]

Training details

Rank 64 QDoRA, trained on the following data mix:

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Natkituwu/mistral-dory-12b-4.25bpw-exl2

Quantized
(81)
this model