Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,9 @@ print(f"File downloaded to: {downloaded_file_path}")
|
|
26 |
|
27 |
# Load the model
|
28 |
llm = Llama(model_path=downloaded_file_path) #1 is thug
|
29 |
-
question = "
|
|
|
|
|
30 |
prompt = generate_prompt(input_text=question)
|
31 |
|
32 |
start = time.time()
|
|
|
26 |
|
27 |
# Load the model
|
28 |
llm = Llama(model_path=downloaded_file_path) #1 is thug
|
29 |
+
question = """Assume the role as a seasoned stock option analyst with a strong track record in dissecting intricate option data to discern valuable
|
30 |
+
insights into stock sentiment. Proficient in utilizing advanced statistical models and data visualization techniques to forecast
|
31 |
+
market trends and make informed trading decisions. Adept at interpreting option Greeks, implied volatility, .. """
|
32 |
prompt = generate_prompt(input_text=question)
|
33 |
|
34 |
start = time.time()
|