Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ This model is finetuned on Llama2-7b-chat-hf with LoRA on the past year's DOW30
|
|
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 **
|
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 |
|
|
|
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 |
|