GGUF
Inference Endpoints
vdpappu commited on
Commit
ab16780
1 Parent(s): b3e4f91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 = "I like the toy but my brother is not sharing it with me. What do I do?"
 
 
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()