Skip to content

Commit f0112e6

Browse files
authored
Merge pull request #103 from Shivam250702/master
Update README.md
2 parents bd1550a + 51ff25c commit f0112e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img align="center" src=figs/logo_transparent_background.png width="40%"/>
1111
</div>
1212

13-
Let us DO NOT expect Wall Street to open-source LLMs nor open APIs, due to FinTech institutes' internal regulations and policies.
13+
Let us DO NOT expect Wall Street to open-source LLMs or open APIs, due to FinTech institutes' internal regulations and policies.
1414

1515
[Blueprint of FinGPT](https://arxiv.org/abs/2306.06031)
1616

@@ -27,7 +27,7 @@ Let us DO NOT expect Wall Street to open-source LLMs nor open APIs, due to FinTe
2727
3). The key technology is "RLHF (Reinforcement learning from human feedback)", which is missing in BloombergGPT. RLHF enables an LLM model to learn individual preferences (risk-aversion level, investing habits, personalized robo-advisor, etc.), which is the "secret" ingredient of ChatGPT and GPT4.
2828

2929
## Instruction Tuning Datasets and Models
30-
The datasets we used, and the **multi-task financial LLMs** models are available at <https://huggingface.co/FinGPT>
30+
The datasets we used, and the **multi-task financial LLM** models are available at <https://huggingface.co/FinGPT>
3131

3232
| Datasets | Train Rows | Test Rows |Description |
3333
| --------- | ----------------- | ------------ | --------------------- |
@@ -47,7 +47,7 @@ The datasets we used, and the **multi-task financial LLMs** models are available
4747
'Financial Named Entity Recognition',]
4848
demo_inputs = [
4949
"Glaxo's ViiV Healthcare Signs China Manufacturing Deal With Desano",
50-
"Apple Inc Chief Executive Steve Jobs sought to soothe investor concerns about his health on Monday, saying his weight loss was caused by a hormone imbalance that is relatively simple to treat.",
50+
"Apple Inc. Chief Executive Steve Jobs sought to soothe investor concerns about his health on Monday, saying his weight loss was caused by a hormone imbalance that is relatively simple to treat.",
5151
'gold trades in red in early trade; eyes near-term range at rs 28,300-28,600',
5252
'This LOAN AND SECURITY AGREEMENT dated January 27 , 1999 , between SILICON VALLEY BANK (" Bank "), a California - chartered bank with its principal place of business at 3003 Tasman Drive , Santa Clara , California 95054 with a loan production office located at 40 William St ., Ste .',]
5353
demo_instructions = [

0 commit comments

Comments
 (0)