Monster commited on
Commit
f6bba37
1 Parent(s): 196983a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ hf_hub_download(repo_id="Pi3141/alpaca-lora-7B-ggml", filename="ggml-model-q4_1.
11
  llm = Llama(model_path="./ggml-model-q4_1.bin", n_threads=2)
12
 
13
 
14
- ins = '''Below is an instruction that describes a task. Write a response that appropriately completes the request. Use markdown for response.
15
  ### Instruction:
16
  {}
17
 
@@ -48,7 +48,7 @@ examples = [
48
  "Instead of making a peanut butter and jelly sandwich, what else could I combine peanut butter with in a sandwich? Give five ideas",
49
  "How do I make a campfire?",
50
  "Explain to me the difference between nuclear fission and fusion.",
51
- "I'm selling my Nikon D-750, write a short blurb for my ad."
52
  ]
53
 
54
  def process_example(args):
 
11
  llm = Llama(model_path="./ggml-model-q4_1.bin", n_threads=2)
12
 
13
 
14
+ ins = '''Below is an instruction that describes a task. Write a response that appropriately completes the request.
15
  ### Instruction:
16
  {}
17
 
 
48
  "Instead of making a peanut butter and jelly sandwich, what else could I combine peanut butter with in a sandwich? Give five ideas",
49
  "How do I make a campfire?",
50
  "Explain to me the difference between nuclear fission and fusion.",
51
+ "Write an ad for sale Nikon D750."
52
  ]
53
 
54
  def process_example(args):