Hi folks,
I was working on a personal experimental project related to GPT-3, which I thought of making it open source now. It saves much time while working with LLMs.
Features 🚀
🧙♀️ NLP Tasks (NER, Binary Text Classification, Multi-Label Classification etc) in 2 lines of code with no training data required
🔨 Easily add one shot, two shot, or few shot examples to the prompt
✌ Output always provided as a Python object (e.g. list, dictionary) for easy parsing and filtering
💥 Custom examples and samples can be easily added to the prompt
💰 Optimized prompts to reduce OpenAI token costs
GITHUB: https://github.com/promptslab/Promptify
Examples: https://github.com/promptslab/Promptify/tree/main/examples
I hope it will be helpful in your research. Thanks 🙂