更新于 13 个月前
13 个月前
05b83c5673dc · 19GB
model
架构llama
·
参数33.7B
·
量化Q4_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