bhaskartripathi
commited on
Commit
•
ff350c8
1
Parent(s):
88346a3
Update README.md
Browse files
README.md
CHANGED
@@ -87,12 +87,23 @@ result = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
|
87 |
- **Sentiment Correlation**: Strong alignment with local market movements.
|
88 |
- **Risk & Volatility Handling**: Reliable risk analysis in volatile market conditions.
|
89 |
|
90 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
-
|
93 |
-
|
94 |
-
- **
|
95 |
-
- **
|
|
|
96 |
|
97 |
## Social Impact
|
98 |
|
@@ -199,48 +210,6 @@ Trading Strategy Recommendations:
|
|
199 |
- How have similar market conditions in the past affected the performance of Hindustan Unilever, and what can be expected this week?
|
200 |
- Considering past Diwali trading patterns, what is the expected impact on Reliance Industries this year?
|
201 |
|
202 |
-
### Sample Questions to Ask the Model
|
203 |
-
|
204 |
-
- What are the potential trading strategies for Nifty 50 based on the current market patterns?
|
205 |
-
- How does the market sentiment from recent news articles impact the stock price of Reliance Industries?
|
206 |
-
- What are the key risk indicators for the portfolio containing Tata Consultancy Services (TCS), Infosys, and Tata Steel?
|
207 |
-
- Can you provide an analysis of the Cup and Handle pattern formation for Hindustan Unilever?
|
208 |
-
- What are the potential effects of Diwali on the Indian stock market this year?
|
209 |
-
|
210 |
-
Model Details
|
211 |
-
|
212 |
-
Base Model: EleutherAI/gpt-neo-125M
|
213 |
-
Training Data: 6 years of Indian market data (Nifty 50 + 50 companies)
|
214 |
-
Fine-tuning: QLoRA implementation
|
215 |
-
|
216 |
-
## Model Details
|
217 |
-
|
218 |
-
- **Base Model**: EleutherAI/gpt-neo-125M
|
219 |
-
- **Developer**: Bhaskar Tripathi
|
220 |
-
- **License**: Apache 2.0
|
221 |
-
- **Repository**: [Hugging Face Hub](https://huggingface.co/bhaskartripathi/GPT_Neo_Market_Analysis)
|
222 |
-
- **Coverage**: Focused on Nifty 50 and 50 additional Indian companies
|
223 |
-
- **Historical Data**: Trained on 6 years of Indian market movements and data patterns
|
224 |
-
|
225 |
-
## Market Understanding
|
226 |
-
|
227 |
-
### Technical Analysis Expertise
|
228 |
-
The model is adept at identifying crucial market formations including:
|
229 |
-
- **Classical Patterns**: Head & Shoulders, Double Top/Bottom, Triangle, Flag, Wedge, Cup and Handle.
|
230 |
-
- **Advanced Techniques**: Local support and resistance levels, volume analysis, and momentum indicators specifically tailored to Indian volatility.
|
231 |
-
|
232 |
-
### Market Intelligence
|
233 |
-
IndicFinGPT includes:
|
234 |
-
- **Comprehensive Financial Reports**: Analysis of quarterly and annual earnings.
|
235 |
-
- **Multi-source Sentiment Analysis**: Incorporates data from Indian business news, social media, and even informal platforms like WhatsApp and Telegram groups.
|
236 |
-
- **Risk Metrics**: Indian-adapted VaR, Beta, and volatility models.
|
237 |
-
|
238 |
-
### Cultural Context in Trading
|
239 |
-
Culturally aware strategies include:
|
240 |
-
- **Indian Market Timing**: Recommendations tailored to pre-market, regular, and post-market phases.
|
241 |
-
- **Festival & Cultural Factors**: Insights into events like Diwali (Muhurat Trading), budget announcements, and investor sentiment.
|
242 |
-
- **FII/DII Flow and Retail Behavior**: Specific guidance considering both institutional and retail dynamics.
|
243 |
-
|
244 |
|
245 |
## Citation
|
246 |
```bibtex
|
|
|
87 |
- **Sentiment Correlation**: Strong alignment with local market movements.
|
88 |
- **Risk & Volatility Handling**: Reliable risk analysis in volatile market conditions.
|
89 |
|
90 |
+
## Market Understanding
|
91 |
+
|
92 |
+
### Technical Analysis Expertise
|
93 |
+
The model is adept at identifying crucial market formations including:
|
94 |
+
- **Classical Patterns**: Head & Shoulders, Double Top/Bottom, Triangle, Flag, Wedge, Cup and Handle.
|
95 |
+
- **Advanced Techniques**: Local support and resistance levels, volume analysis, and momentum indicators specifically tailored to Indian volatility.
|
96 |
+
|
97 |
+
### Market Intelligence
|
98 |
+
IndicFinGPT includes:
|
99 |
+
- **Comprehensive Financial Reports**: Analysis of quarterly and annual earnings.
|
100 |
+
- **Risk Metrics**: Indian-adapted VaR, Beta, and volatility models.
|
101 |
|
102 |
+
### Cultural Context in Trading
|
103 |
+
Culturally aware strategies include:
|
104 |
+
- **Indian Market Timing**: Recommendations tailored to pre-market, regular, and post-market phases.
|
105 |
+
- **Festival & Cultural Factors**: Insights into events like Diwali (Muhurat Trading), budget announcements, and investor sentiment.
|
106 |
+
- **FII/DII Flow and Retail Behavior**: Specific guidance considering both institutional and retail dynamics.
|
107 |
|
108 |
## Social Impact
|
109 |
|
|
|
210 |
- How have similar market conditions in the past affected the performance of Hindustan Unilever, and what can be expected this week?
|
211 |
- Considering past Diwali trading patterns, what is the expected impact on Reliance Industries this year?
|
212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
|
214 |
## Citation
|
215 |
```bibtex
|