Spaces:
Runtime error
Runtime error
Commit ·
ec3b677
1
Parent(s): 6fa591e
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
title: FinGPT Forecaster
|
| 3 |
emoji: 📈
|
| 4 |
colorFrom: yellow
|
|
@@ -6,4 +6,19 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.50.2
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
title: FinGPT Forecaster
|
| 3 |
emoji: 📈
|
| 4 |
colorFrom: yellow
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.50.2
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# This is a demo of FinGPT-Forecaster.
|
| 13 |
+
|
| 14 |
+
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.
|
| 15 |
+
|
| 16 |
+
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**.
|
| 17 |
+
|
| 18 |
+
Company profile & Market news & Basic financials & Stock prices are retrieved using **yfinance & finnhub**.
|
| 19 |
+
|
| 20 |
+
This is just a demo showing what this model is capable of. Results inferred from randomly chosen news can be strongly biased.
|
| 21 |
+
|
| 22 |
+
For more detailed and customized implementation, refer to our **FinGPT project** <https://github.com/AI4Finance-Foundation/FinGPT>
|
| 23 |
+
|
| 24 |
+
**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.**
|