🏢 Organization Identity
- Company: Neura Tech AI
- Project Name: Neuron
- Lead Architect: Samarth Anand Pathak
📊 Model Specifications
- Architecture: Optimized Transformer (Fine-tuned from Qwen2)
- Parameters: ~15 Billion
- Precision: BF16 (Bfloat16)
- Context Window: 32K tokens
- License: Apache-2.0 (Open Source)
🎯 Core Capabilities
- Advanced Reasoning: Capable of solving complex logical and mathematical queries.
- Multilingual Proficiency: Highly optimized for English and Hindi (including Hinglish).
- Instruction Following: Specifically tuned to follow complex user prompts with high precision.
- Creative Synthesis: Exceptional at generating scripts, stories, and technical documentation.
📜 License & Usage
This model is licensed under the Apache-2.0 License. This means you are free to use, modify, and distribute this model, provided that you credit Neura Tech as the original creator.
🛠️ Quick Start (Python)
To use Neura-Tech-AI/Neuron-Distill-Qwen2-14B, load it via the Hugging Face transformers library:
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "Neura-Tech-AI/Neuron-Distill-Qwen2-14B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
device_map="auto",
torch_dtype="auto"
)
© 2026 Neura Tech AI. All Rights Reserved.