How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Neura-Tech-AI/Neuron-14B:Q6_K
# Run inference directly in the terminal:
llama-cli -hf Neura-Tech-AI/Neuron-14B:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Neura-Tech-AI/Neuron-14B:Q6_K
# Run inference directly in the terminal:
llama-cli -hf Neura-Tech-AI/Neuron-14B:Q6_K
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Neura-Tech-AI/Neuron-14B:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf Neura-Tech-AI/Neuron-14B:Q6_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Neura-Tech-AI/Neuron-14B:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Neura-Tech-AI/Neuron-14B:Q6_K
Use Docker
docker model run hf.co/Neura-Tech-AI/Neuron-14B:Q6_K
Quick Links

🧠 Neuron-14B: The Official Intelligence of Neura Tech

Neuron-14B is a high-performance Large Language Model (LLM) developed by Neura Tech. It serves as the flagship model for advanced reasoning, creative synthesis, and multilingual communication.


🏢 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: 131,072 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 Neuron-14B, load it via the Hugging Face transformers library:

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "Anandnrnnffn/Neura-Tech-14B-Weights"

# Load Neuron-14B Tokenizer
tokenizer = AutoTokenizer.from_pretrained(model_id)

# Load Model Weights
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    device_map="auto",
    torch_dtype="auto"
)

© 2026 Neura Tech. All Rights Reserved.

Downloads last month
174
Safetensors
Model size
15B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Neura-Tech-AI/Neuron-14B

Quantizations
2 models