Update README.md
Browse files
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
|
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)
|