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="lik07/Hercules-Stheno-v1",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

merge

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

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using Locutusque/Llama-3-Hercules-5.0-8B 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: Sao10K/L3-8B-Stheno-v3.2
    parameters:
      density: 0.5
      weight: 1.0
  - model: Locutusque/Llama-3-Hercules-5.0-8B
    parameters:
      density: 0.5
      weight: 1.0
merge_method: dare_ties
tokenizer_source: base
base_model: Locutusque/Llama-3-Hercules-5.0-8B
parameters:
  int8_mask: true
dtype: bfloat16
Downloads last month
17
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 lik07/Hercules-Stheno-v1

Papers for lik07/Hercules-Stheno-v1