一个通过合并两个现有代码模型创建的高性能代码指令模型。

34b

27.6K 12 个月前

自述文件

Codebooga 是通过合并两个现有模型创建的

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

它是使用 BlockMerge Gradient 脚本创建的。

示例提示

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)

推荐参数

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

参考资料

Hugging Face