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

9,125 Pulls Updated 6 months ago

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