๐ Introducing ankiGPT: Open-Source LLM for India - Join Our Community-Driven Mission!
๐ฎ๐ณ ankiGPT is here - India's own open-source Large Language Model!
We're excited to announce ankiGPT, a community-driven conversational AI designed specifically for Indian contexts. Built on the foundation of Microsoft's DialoGPT and fine-tuned with the ai4bharat/indic-align dataset, ankiGPT understands both English and Hinglish, making it truly inclusive for India's diverse linguistic landscape.
๐ฏ Our Mission: AI for Everyone, by Everyone
- Inclusive: Supporting English + Hinglish conversational patterns
- Contextual: Trained on Indian scenarios and cultural nuances
- Accessible: Lightweight 124M parameters for fast, efficient deployment
- Open: Fully open-source with MIT license for unrestricted innovation
๐ก Why ankiGPT Matters
In a world dominated by Western-centric AI models, ankiGPT represents India's commitment to building AI that reflects our unique cultural, linguistic, and social diversity. From generating stories about Diwali celebrations in Mumbai to understanding the nuances of Indian English, this model bridges the gap between global AI capabilities and local relevance.
๐ ๏ธ Perfect for:
- Developers: Building India-focused chatbots and applications
- Researchers: Studying multilingual AI and cultural adaptation
- Startups: Creating inclusive AI experiences for Indian users
- Students: Learning about fine-tuning models for specific contexts
๐ค Join Our Community Mission
This is just the beginning! We believe in the power of community-driven development:
- ๐ Contribute: Help us improve with your feedback, suggestions, and code
- ๐งช Experiment: Try new use cases and share your findings
- ๐ฃ๏ธ Discuss: Share your experiences and connect with fellow Indian AI enthusiasts
- ๐ Learn: Explore the model, experiment with prompts, and discover its capabilities
๐ Get Started Today
from transformers import pipeline
generator = pipeline("text-generation", model="anktechsol/ankiGPT-small")
result = generator("Tell me about the startup culture in Bangalore.", max_length=200)
print(result[0]['generated_text'])
๐ Let's Build Together
- Visit us: anktechsol.com
- Want a demo? Request it here!
- Have ideas? Open an issue or start a discussion
- Follow our journey as we expand ankiGPT's capabilities
Together, let's make AI more inclusive, more Indian, and more accessible to everyone.
๐ Thank you to the ai4bharat team for the incredible dataset and to the entire Indian tech community for inspiring this initiative.
#OpenSource #IndianAI #NLP #CommunityDriven #Inclusivity #TechForGood