Spaces:
Q4234
/
Runtime error

Q4234 commited on
Commit
fe6d764
1 Parent(s): d301d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -18,13 +18,6 @@ class Z(object):
18
 
19
  # for starcoder
20
  prompt00 = f'''{prompt0}'''
21
-
22
- prompt00 = f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
23
-
24
- ### Instruction:
25
- {prompt0}
26
-
27
- ### Response:'''
28
 
29
  response0 = llm(prompt00, max_new_tokens=198, temperature=paramTemp) # 0.5, 0.3
30
 
 
18
 
19
  # for starcoder
20
  prompt00 = f'''{prompt0}'''
 
 
 
 
 
 
 
21
 
22
  response0 = llm(prompt00, max_new_tokens=198, temperature=paramTemp) # 0.5, 0.3
23