33.1K Downloads Updated 1 year ago
A high-performing code instruct model created by merging two existing code models.
34b
Models
View all →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