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

34b

30.4K 15 個月前

Readme

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