How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Locutusque/Hyperion-2.1-Mistral-7B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Locutusque/Hyperion-2.1-Mistral-7B")
model = AutoModelForCausalLM.from_pretrained("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
89
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 9