flyingfishinwater commited on
Commit
a6294b7
·
verified ·
1 Parent(s): c581980

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1,3 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Llama3 8B
2
 
3
  Llama 3 is the latest and most advanced LLM trained over 15T tokens, which improves its comprehension and handling of complex language nuances. It features an extended context window of 8k tokens allowing the model to access more information from lengthy passages for more informed decision-making.
@@ -553,4 +593,4 @@ ASSISTANT:
553
 
554
  **Add EOS Token:** No
555
 
556
- **Parse Special Tokens:** Yes
 
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
7
+
8
+ **Model Intention:** It's a professional stock market analyst. It can provide an analysis and prediction for the companies' stock price movement for the upcoming weeks. Note: Nothing herein is financial advice, and NOT a recommendation to trade real money
9
+
10
+ **Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/FinGPT-7B-Q3_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/FinGPT-7B-Q3_K_M.gguf?download=true)
11
+
12
+ **Model Info URL:** [https://huggingface.co/FinGPT/fingpt-forecaster_dow30_llama2-7b_lora](https://huggingface.co/FinGPT/fingpt-forecaster_dow30_llama2-7b_lora)
13
+
14
+ **Model License:** [License Info](https://llama.meta.com/llama3/license/)
15
+
16
+ **Model Description:** 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
17
+
18
+ **Developer:** [https://ai4finance.org/](https://ai4finance.org/)
19
+
20
+ **File Size:** 3310 MB
21
+
22
+ **Context Length:** 2048 tokens
23
+
24
+ **Prompt Format:**
25
+
26
+ ```
27
+ <s>[INST]<<SYS>>{{system_prompt}}<</SYS>>{{prompt}}[/INST]</s>
28
+ ```
29
+
30
+ **Template Name:** llama
31
+
32
+ **Add BOS Token:** Yes
33
+
34
+ **Add EOS Token:** No
35
+
36
+ **Parse Special Tokens:** Yes
37
+
38
+
39
+ ---
40
+
41
  # Llama3 8B
42
 
43
  Llama 3 is the latest and most advanced LLM trained over 15T tokens, which improves its comprehension and handling of complex language nuances. It features an extended context window of 8k tokens allowing the model to access more information from lengthy passages for more informed decision-making.
 
593
 
594
  **Add EOS Token:** No
595
 
596
+ **Parse Special Tokens:** Yes