๐Ÿ‡ฎ๐Ÿ‡ณ Indiaโ€™s First Open Multilingual AI Model (3B Parameters)

Developed by: Nitin Raj(PragyanXNitinAI )


๐ŸŒŸ ๐Ÿ“Œ Model Summary

Pragyan.ai is a powerful 3-billion-parameter multilingual Large Language Model (LLM) created to bring advanced AI capabilities to India and the global community. It is designed for conversation, reasoning, content creation, and coding tasks, with a special focus on Indian languages and cultural context.

๐Ÿ”ฅ Key Identity: ๐Ÿ‘‰ Pragyan.ai proudly represents the emergence of Indiaโ€™s first AI model vision โ€” lightweight, open, and impactful.


๐Ÿš€ โœจ Key Highlights

  • ๐Ÿ‡ฎ๐Ÿ‡ณ Indiaโ€™s First AI Identity crafted for cultural & linguistic relevance.
  • ๐Ÿง  3B Parameters ensuring high-quality reasoning & generation.
  • ๐ŸŒ Multilingual Intelligence โ€” English, Hindi, plus partial Indic support.
  • โšก Optimized for speed and low resource usage (BF16).
  • ๐Ÿ”“ Fully Open-Source (Apache 2.0) โ€” Commercial-friendly.
  • ๐Ÿ›ก Safety-Aligned with ethical and responsible AI principles.

๐ŸŽฏ Intended Use

โœ” Recommended Applications

  • ๐Ÿ—ฃ๏ธ Conversational AI & Chatbots
  • ๐Ÿ“ Content creation โ€” blogs, stories, marketing, etc.
  • ๐Ÿค– Code generation & developer aid
  • ๐Ÿ“š Education & tutoring
  • ๐Ÿ” Summarization, reasoning & analysis
  • ๐Ÿ‡ฎ๐Ÿ‡ณ Indian-language AI systems

๐Ÿšซ Not Suitable For

  • โŒ Medical, legal, or financial decision-making
  • โŒ Safety-critical environments
  • โŒ Misinformation, harmful, or deceptive activities
  • โŒ Fully autonomous decision-making without human review

๐Ÿ“‚ Training Data

Pragyan.ai was trained on a diverse mixture of:

  • ๐Ÿ“˜ Public multilingual datasets (English + Hindi focused)
  • ๐ŸŒ Open web text
  • ๐Ÿค Instruction datasets for alignment & chat abilities

โš  Note: Training data may contain societal biases, and the model may occasionally reflect them.


๐Ÿ“ˆ Model Evaluation

โœ” Evaluated On

  • Text generation fluency
  • Reasoning tasks
  • Instruction-following
  • English & Hindi conversation

โญ Performance Observations

  • Strong coherence and clarity in English.
  • Highly fluent Hindi responses.
  • Moderate reasoning capability for a 3B model.
  • Occasional hallucinations โ€” verification required.
  • Varied accuracy in regional Indic languages.

โš ๏ธ Limitations

  • May generate incorrect or hallucinated information.
  • Limited deep reasoning compared to larger LLMs.
  • May misinterpret complex or ambiguous prompts.
  • Not designed for critical, expert-level domains.
  • Can reflect biases present in training sources.

๐Ÿ›ก Ethical Considerations

Users should ensure:

  1. โœ” Human supervision for important decisions.
  2. โœ” Output filtering where needed.
  3. โœ” Avoidance of harmful or malicious use cases.
  4. โœ” Transparency when using AI-generated content.

Pragyan.ai is released to empower innovation, not encourage misuse.


๐Ÿงช How to Use

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_id = "PragyanXNitinAI/Pragyan.ai"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id, 
    torch_dtype=torch.bfloat16, 
    device_map="auto"
)

prompt = "Explain the impact of AI in India."
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=200)

print(tokenizer.decode(outputs[0], skip_special_tokens=True))```

๐Ÿ“œ License
โ€‹๐Ÿ“„ Apache License 2.0
You may freely use, modify, distribute, and integrate this model โ€” including in commercial applications โ€” with proper attribution.
โ€‹๐Ÿค Community & Contributions
โ€‹We welcome:
โ€‹โญ Pull requests
โ€‹๐Ÿ”ง Fine-tuned model variants
โ€‹๐Ÿงช Benchmarks
โ€‹๐ŸŒ Language expansion contributions
โ€‹๐Ÿž Issue reports
โ€‹๐Ÿ“ฌ Contact
โ€‹Creator: PragyanXNitinAI
โ€‹Model Page: https://huggingface.co/PragyanXNitinAI/Pragyan.ai
โ€‹โœจ Feel free to reach out for collaboration, research, or enterprise integration.
โ€‹โญ If Pragyan.ai inspires you, please star the model โ€” Support open-source AI from India! ๐Ÿ‡ฎ๐Ÿ‡ณ
Downloads last month
1
Safetensors
Model size
3B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 1 Ask for provider support

Model tree for PragyanXNitinAI/Pragyan.ai

Quantizations
2 models