abacaj commited on
Commit
7f5be19
1 Parent(s): 7293905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ if __name__ == "__main__":
58
  .eval()
59
  )
60
 
61
- prompt = "If A is greater than B and B is greater than C. Is A greater than C?"
62
  prompt_input = fmt_prompt(prompt)
63
  inputs = tokenizer(prompt_input, return_tensors="pt").to(model.device)
64
  input_ids_cutoff = inputs.input_ids.size(dim=1)
 
58
  .eval()
59
  )
60
 
61
+ prompt = "If A is greater than B and B is greater than C does that make A greater than C?"
62
  prompt_input = fmt_prompt(prompt)
63
  inputs = tokenizer(prompt_input, return_tensors="pt").to(model.device)
64
  input_ids_cutoff = inputs.input_ids.size(dim=1)