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

34b

31.4K 16 個月前

自述檔案

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