anarlavrenov commited on
Commit
3e7102a
·
verified ·
1 Parent(s): f39b498

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "What is the job position of a person that works in AI?"
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)