Edit model card

LiberatedHermes-2-Pro-Mistral-7B-HQQ

This is a 4bit quantization using HQQ

Load Script

from hqq.engine.hf import HQQModelForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained(model_id)
model     = HQQModelForCausalLM.from_quantized(model_id)
Downloads last month
7
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for macadeliccc/LiberatedHermes-2-Pro-Mistral-7B-HQQ