Text Generation
Transformers
GGUF
English
mistral
mergekit
Merge
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="Badgids/Gonzo-Code-7B-GGUF",
	filename="Gonzo-Code-7B-Q4_K_M.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Gonzo-Code-7B

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 eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO 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: eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO
    # No parameters necessary for base model
  - model: xingyaoww/CodeActAgent-Mistral-7b-v0.1
    parameters:
      density: 0.53
      weight: 0.4
  - model: Nondzu/Mistral-7B-Instruct-v0.2-code-ft 
    parameters:
      density: 0.53
      weight: 0.3
  - model: beowolx/MistralHermes-CodePro-7B-v1
    parameters:
      density: 0.53
      weight: 0.3
merge_method: dare_ties
base_model: eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO
parameters:
  int8_mask: true
dtype: bfloat16
Downloads last month
14
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for Badgids/Gonzo-Code-7B-GGUF

Papers for Badgids/Gonzo-Code-7B-GGUF