Spaces:
Sleeping
Sleeping
Eric Nangomba
commited on
Update dolphin-2.9-llama3-8b-q3_K_M.gguf
Browse files
dolphin-2.9-llama3-8b-q3_K_M.gguf
CHANGED
@@ -32,10 +32,10 @@ def generate(instruction, system_prompt):
|
|
32 |
return result
|
33 |
|
34 |
examples = [
|
35 |
-
"How do
|
36 |
-
"Why
|
37 |
-
"How do I
|
38 |
-
"Why do cats
|
39 |
]
|
40 |
|
41 |
def process_example(args):
|
|
|
32 |
return result
|
33 |
|
34 |
examples = [
|
35 |
+
"How do horses gallop?",
|
36 |
+
"Why is the sky blue?",
|
37 |
+
"How do I learn to write python code?",
|
38 |
+
"Why do cats wag their tails?"
|
39 |
]
|
40 |
|
41 |
def process_example(args):
|