Update README
Browse files
README.md
CHANGED
|
@@ -147,7 +147,7 @@ def build_prompt(context, question):
|
|
| 147 |
return context + uid + question + aid
|
| 148 |
|
| 149 |
context = "" # optional context
|
| 150 |
-
question = "
|
| 151 |
prompt = build_prompt(context, question)
|
| 152 |
|
| 153 |
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
|
|
|
|
| 147 |
return context + uid + question + aid
|
| 148 |
|
| 149 |
context = "" # optional context
|
| 150 |
+
question = "Write five questions for a Data Scientist interview."
|
| 151 |
prompt = build_prompt(context, question)
|
| 152 |
|
| 153 |
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
|