How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="haffner/VL-1-Coder-Heretic",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

About

Heretic'ed safetensors and GGUF quants of https://huggingface.co/vectionlabs/VL-1-Coder

Refusals: 2/100, KL divergence: 0.0350

  • Parameters:
    • direction_index = 23.30
    • attn.o_proj.max_weight = 1.49
    • attn.o_proj.max_weight_position = 17.90
    • attn.o_proj.min_weight = 1.47
    • attn.o_proj.min_weight_distance = 13.71
    • mlp.down_proj.max_weight = 1.44
    • mlp.down_proj.max_weight_position = 23.74
    • mlp.down_proj.min_weight = 1.09
    • mlp.down_proj.min_weight_distance = 13.05
Downloads last month
-
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for haffner/VL-1-Coder-Heretic

Base model

Qwen/Qwen2.5-7B
Quantized
(1)
this model