Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,9 @@ generation_config = GenerationConfig(
|
|
56 |
early_stopping=True
|
57 |
)
|
58 |
|
59 |
-
question = "
|
|
|
|
|
60 |
prompt = generate_prompt(input_text=question)
|
61 |
|
62 |
with torch.no_grad():
|
|
|
56 |
early_stopping=True
|
57 |
)
|
58 |
|
59 |
+
question = """Assume the role as a seasoned stock option analyst with a strong track record in dissecting intricate option data to discern valuable
|
60 |
+
insights into stock sentiment. Proficient in utilizing advanced statistical models and data visualization techniques to forecast
|
61 |
+
market trends and make informed trading decisions. Adept at interpreting option Greeks, implied volatility, .. """
|
62 |
prompt = generate_prompt(input_text=question)
|
63 |
|
64 |
with torch.no_grad():
|