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="Anannta/R1-Coder-DARE-7B",
	filename="R1-Coder-DARE-7B-F16.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

R1-Coder-DARE-7B

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the TIES merge method using deepseek-ai/DeepSeek-R1-Distill-Qwen-7B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Qwen/Qwen2.5-Coder-7B-Instruct
    parameters:
      density: 0.50
      weight: 0.50
merge_method: ties
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
tokenizer_source: base
Downloads last month
98
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Anannta/R1-Coder-DARE-7B

Paper for Anannta/R1-Coder-DARE-7B