A high-performing code instruct model created by merging two existing code models.
34b
28.3K Pulls Updated 12 months ago
Updated 12 months ago
12 months ago
e08c0bf3eb90 · 20GB
model
archllama
·
parameters33.7B
·
quantizationQ4_K_M
20GB
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
Readme
Codebooga was created by merging two existing models:
It was created by using the BlockMerge Gradient script.
Example prompts
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)
Recommended parameters
temperature: 1.31
top_p: 0.14
repeat_penalty: 1.17
top_k: 49