Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed Grammatical errors
  • Loading branch information
Shivam250702 authored Oct 22, 2023
1 parent bd1550a commit 51ff25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img align="center" src=figs/logo_transparent_background.png width="40%"/>
</div>

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

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

Expand All @@ -27,7 +27,7 @@ Let us DO NOT expect Wall Street to open-source LLMs nor open APIs, due to FinTe
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.

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

| Datasets | Train Rows | Test Rows |Description |
| --------- | ----------------- | ------------ | --------------------- |
Expand All @@ -47,7 +47,7 @@ The datasets we used, and the **multi-task financial LLMs** models are available
'Financial Named Entity Recognition',]
demo_inputs = [
"Glaxo's ViiV Healthcare Signs China Manufacturing Deal With Desano",
"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.",
"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.",
'gold trades in red in early trade; eyes near-term range at rs 28,300-28,600',
'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 .',]
demo_instructions = [
Expand Down

0 comments on commit 51ff25c

Please sign in to comment.