更新於 15 個月前
15 個月前
05b83c5673dc · 19GB
模型
archllama
·
parameters33.7B
·
quantizationQ4_0
19GB
參數
{ "num_gqa": 8, "rope_frequency_base": 1000000 }
43B
模板
{{ .System }} ### Instruction: {{ .Prompt }} ### Response:
61B
系統
Below is an instruction that describes a task. Write a response that appropriately completes the req
105B
說明文件
Codebooga 通過合併兩個現有的模型創建
它通過使用 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