Spaces:
Runtime error
Runtime error
A B Vijay Kumar
commited on
Commit
·
e59beab
1
Parent(s):
2677923
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,9 +8,6 @@ tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
|
|
| 8 |
tokenizer.pad_token = tokenizer.eos_token
|
| 9 |
tokenizer.padding_side = "right"
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
def query(instruction, input):
|
| 15 |
prompt = f"""### Instruction:
|
| 16 |
Use the Task below and the Input given to write the Response, which is a programming code that can solve the Task.
|
|
|
|
| 8 |
tokenizer.pad_token = tokenizer.eos_token
|
| 9 |
tokenizer.padding_side = "right"
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
def query(instruction, input):
|
| 12 |
prompt = f"""### Instruction:
|
| 13 |
Use the Task below and the Input given to write the Response, which is a programming code that can solve the Task.
|