Leverage prompt engineering techniques to curate prompts by using Large Language Model's language understanding and generation in the space of Finance. Run through the notebook within Google Colab and have fun! 💯
Largely experiemented with LLAMA3-70B amongst the available LLMs in GROQ API due to its superiority in performance. You are free to explore other available models as well!
(1) Automated Analysis of Stock Performance
(2) Financial Data Extraction from Earnings Call Transcript
(3) Sentiment Analysis of FED Chair FOMC on Interest Rate Decision
(1) Few Shot Prompting 🚀🚀🚀
(2) Zero Shot Prompting 🚀
You can also explore others such as Chain-of-Thought Prompting, Plan-and-solve prompting, etc.
Parameter | Type | Description |
---|---|---|
GROQ_API_KEY |
string |
Required. Your GROQ API key put into Colab Secrets |