16 個月前更新
16 個月前
05b83c5673dc · 19GB
model
archllama
·
parameters33.7B
·
quantizationQ4_0
19GB
params
{ "num_gqa": 8, "rope_frequency_base": 1000000 }
43B
template
{{ .System }} ### Instruction: {{ .Prompt }} ### Response:
61B
system
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