一個高效能的程式碼指令模型,通過合併兩個現有的程式碼模型創建。

34b

30.4K 15 個月前

說明文件

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