Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ MMM Chicago Stock Exchange, Inc.
|
|
56 |
|
57 |
Which debt securities are registered to trade on a national securities exchange under 3M's name as of Q2 of 2023?'''
|
58 |
|
59 |
-
# Simply use your input as the prompt
|
60 |
prompt = user_input
|
61 |
|
62 |
inputs = tokenizer(prompt, return_tensors="pt", add_special_tokens=False).input_ids.to(model.device)
|
|
|
56 |
|
57 |
Which debt securities are registered to trade on a national securities exchange under 3M's name as of Q2 of 2023?'''
|
58 |
|
59 |
+
# Simply use your input as the prompt for base models
|
60 |
prompt = user_input
|
61 |
|
62 |
inputs = tokenizer(prompt, return_tensors="pt", add_special_tokens=False).input_ids.to(model.device)
|