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="vonjack/SmolLM2-1.7B-Merged",
	filename="SmolLM2-1.7B-Merged-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

SmolLM2-1.7B-Merged

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 HuggingFaceTB/SmolLM2-1.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: HuggingFaceTB/SmolLM2-1.7B-Instruct
    parameters:
      weight: 1
merge_method: ties
base_model: HuggingFaceTB/SmolLM2-1.7B
parameters:
  normalize: true
  int8_mask: true
dtype: bfloat16
Downloads last month
16
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for vonjack/SmolLM2-1.7B-Merged

Paper for vonjack/SmolLM2-1.7B-Merged