Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -308,18 +308,7 @@ demo = gr.Interface(
308
  )
309
  ],
310
  title="FinGPT-Forecaster",
311
- description="""FinGPT-Forecaster takes random market news and optional basic financials related to the specified company from the past few weeks as input and responds with the company's **positive developments** and **potential concerns**. Then it gives out a **prediction** of stock price movement for the coming week and its **analysis** summary.
312
-
313
- This model is finetuned on Llama2-7b-chat-hf with LoRA on the past year's DOW30 market data. Inference in this demo uses fp16 and **welcomes any ticker symbol**.
314
- Company profile & Market news & Basic financials & Stock prices are retrieved using **yfinance & finnhub**.
315
- For more detailed and customized implementation, refer to our FinGPT project: <https://github.com/AI4Finance-Foundation/FinGPT>
316
-
317
- ⚠️Warning: This is just a demo showing what this model is capable of. During each individual inference, company news is **randomly sampled** from all the news from designated weeks, which might result in **different predictions for the same time period**.
318
- We suggest users deploy the [original model](https://huggingface.co/FinGPT/fingpt-forecaster_dow30_llama2-7b_lora) or clone this space and inference with more carefully selected news in their own favorable ways.
319
- Setting do_sample=False or modifying the temperature during the generation process also helps stabilize the prediction result.
320
-
321
- **Disclaimer: Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing.**
322
- """
323
  )
324
 
325
  demo.launch()
 
308
  )
309
  ],
310
  title="FinGPT-Forecaster",
311
+
 
 
 
 
 
 
 
 
 
 
 
312
  )
313
 
314
  demo.launch()