stefanoscotta
commited on
Commit
•
366cefc
1
Parent(s):
6845cfc
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,6 @@ from transformers import LlamaForCausalLM, AutoTokenizer
|
|
66 |
|
67 |
|
68 |
def generate_prompt_test(instruction):
|
69 |
-
# if data_point['system_prompt_it']:
|
70 |
prompt = f"""### Instruction: {instruction}
|
71 |
|
72 |
### Response:
|
|
|
66 |
|
67 |
|
68 |
def generate_prompt_test(instruction):
|
|
|
69 |
prompt = f"""### Instruction: {instruction}
|
70 |
|
71 |
### Response:
|