Eric Nangomba commited on
Commit
c6ce6cc
·
verified ·
1 Parent(s): 978cd40

Update dolphin-2.9-llama3-8b-q3_K_M.gguf

Browse files
Files changed (1) hide show
  1. dolphin-2.9-llama3-8b-q3_K_M.gguf +4 -4
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 dogs bark?",
36
- "Why are apples red?",
37
- "How do I make a campfire?",
38
- "Why do cats love to chirp at something?"
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):