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

Description

Further fine-tuned Locutusque/Hyperion-2.0-Mistral-7B at a higher learning rate. This was done to see if performance increased. Read Locutusque/Hyperion-2.0-Mistral-7B's model card for more information. Slight performance gain was observed. More checkpoints will be released in the future.

Disclaimer

This model is very compliant. It will respond to any request without refusal. If you intend to deploy this model at an enterprise level, I would recommend aligning this model using DPO.

Quants

ExLlamaV2: https://huggingface.co/bartowski/Hyperion-2.1-Mistral-7B-exl2

GGUF: https://huggingface.co/bartowski/Hyperion-2.1-Mistral-7B-GGUF

AWQ: https://huggingface.co/solidrust/Hyperion-2.1-Mistral-7B-AWQ

Downloads last month
76
Safetensors
Model size
7B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Locutusque/Hyperion-2.1-Mistral-7B

Merges
2 models
Quantizations
5 models

Dataset used to train Locutusque/Hyperion-2.1-Mistral-7B

Spaces using Locutusque/Hyperion-2.1-Mistral-7B 8