vdpappu commited on
Commit
0878f9e
verified
1 Parent(s): c6dd292

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -56,7 +56,9 @@ generation_config = GenerationConfig(
56
  early_stopping=True
57
  )
58
 
59
- question = "Which is the smoothest? Choose from: concrete sidewalk, sandpaper, paper."
 
 
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():