flyingfishinwater
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
# Financial GPT
|
5 |
|
6 |
FinGPT is deeply committed to fostering an open-source ecosystem dedicated to Financial Large Language Models (FinLLMs). FinGPT envisions democratizing access to both financial data and FinLLMs. It stands as an emblem of untapped potential within open finance, aspiring to be a significant catalyst stimulating innovation and refinement within the financial domain. Note: Nothing herein is financial advice, and NOT a recommendation to trade real money
|
@@ -19,12 +16,15 @@ FinGPT is deeply committed to fostering an open-source ecosystem dedicated to Fi
|
|
19 |
|
20 |
**File Size:** 3310 MB
|
21 |
|
22 |
-
**Context Length:**
|
23 |
|
24 |
**Prompt Format:**
|
25 |
|
26 |
```
|
27 |
-
|
|
|
|
|
|
|
28 |
```
|
29 |
|
30 |
**Template Name:** llama
|
@@ -593,4 +593,4 @@ ASSISTANT:
|
|
593 |
|
594 |
**Add EOS Token:** No
|
595 |
|
596 |
-
**Parse Special Tokens:** Yes
|
|
|
|
|
|
|
|
|
1 |
# Financial GPT
|
2 |
|
3 |
FinGPT is deeply committed to fostering an open-source ecosystem dedicated to Financial Large Language Models (FinLLMs). FinGPT envisions democratizing access to both financial data and FinLLMs. It stands as an emblem of untapped potential within open finance, aspiring to be a significant catalyst stimulating innovation and refinement within the financial domain. Note: Nothing herein is financial advice, and NOT a recommendation to trade real money
|
|
|
16 |
|
17 |
**File Size:** 3310 MB
|
18 |
|
19 |
+
**Context Length:** 4096 tokens
|
20 |
|
21 |
**Prompt Format:**
|
22 |
|
23 |
```
|
24 |
+
[INST]<<SYS>>
|
25 |
+
{{systemp_prompt}}<</SYS>>
|
26 |
+
|
27 |
+
Let's first analyze the positive developments and potential concerns for {{prompt}}. Come up with 2-4 most important factors respectively and keep them concise. Most factors should be inferred from company related news. Then make your prediction of the {{prompt}} stock price movement for next week. Provide a summary analysis to support your prediction.[/INST]
|
28 |
```
|
29 |
|
30 |
**Template Name:** llama
|
|
|
593 |
|
594 |
**Add EOS Token:** No
|
595 |
|
596 |
+
**Parse Special Tokens:** Yes
|