codebooga:latest

33.2K 1 year ago

A high-performing code instruct model created by merging two existing code models.

34b

1 year ago

05b83c5673dc · 19GB

llama
·
33.7B
·
Q4_0
Below is an instruction that describes a task. Write a response that appropriately completes the req
{{ .System }} ### Instruction: {{ .Prompt }} ### Response:
{ "num_gqa": 8, "rope_frequency_base": 1000000 }

Readme

Codebooga was created by merging two existing models:

  1. Phind-CodeLlama-34B-v2
  2. WizardCoder-Python-34B-V1.0

It was created by using the BlockMerge Gradient script.

Example prompts

Write the javascript react code to render a sign up form
Where is the bug in this code?

def fib(n):
    if n <= 0:
        return n
    else:
        return fib(n-1) + fib(n-2)

Recommended parameters

temperature: 1.31
top_p: 0.14
repeat_penalty: 1.17
top_k: 49

References

Hugging Face