Instructions to use alpha-ai/AAI-1.5B-Thought with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alpha-ai/AAI-1.5B-Thought with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("alpha-ai/AAI-1.5B-Thought", dtype="auto") - llama-cpp-python
How to use alpha-ai/AAI-1.5B-Thought with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="alpha-ai/AAI-1.5B-Thought", filename="AlphaAI-1.5B-Thought.Q4_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use alpha-ai/AAI-1.5B-Thought with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M # Run inference directly in the terminal: llama-cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M # Run inference directly in the terminal: llama-cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
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 alpha-ai/AAI-1.5B-Thought:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
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 alpha-ai/AAI-1.5B-Thought:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
Use Docker
docker model run hf.co/alpha-ai/AAI-1.5B-Thought:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use alpha-ai/AAI-1.5B-Thought with Ollama:
ollama run hf.co/alpha-ai/AAI-1.5B-Thought:Q4_K_M
- Unsloth Studio
How to use alpha-ai/AAI-1.5B-Thought with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for alpha-ai/AAI-1.5B-Thought to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for alpha-ai/AAI-1.5B-Thought to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for alpha-ai/AAI-1.5B-Thought to start chatting
- Atomic Chat new
- Docker Model Runner
How to use alpha-ai/AAI-1.5B-Thought with Docker Model Runner:
docker model run hf.co/alpha-ai/AAI-1.5B-Thought:Q4_K_M
- Lemonade
How to use alpha-ai/AAI-1.5B-Thought with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull alpha-ai/AAI-1.5B-Thought:Q4_K_M
Run and chat with the model
lemonade run user.AAI-1.5B-Thought-Q4_K_M
List all available models
lemonade list
Website - https://www.alphaai.biz
Uploaded model - AlphaAI-1.5B-Thought
- Developed by: alphaaico
- License: apache-2.0
- Finetuned from model : Qwen2.5-1.5B
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
Overview
AlphaAI-1.5B-Thought is a fine-tuned version of Qwen2.5-1.5B, optimized for chain-of-thought (CoT) reasoning and structured problem-solving. This model has been trained on a custom CoT dataset, enhancing its ability to perform step-by-step logical reasoning, multi-step inference, and contextual understanding across various domains.
Designed for local AI deployments, it supports efficient inference on personal hardware while maintaining high reasoning capabilities. The training process was accelerated using Unsloth and Hugging Face's TRL library, allowing for 2x faster fine-tuning.
Model Details
- Model: Qwen2.5-1.5B
- Fine-tuned By: Alpha AI
- Training Framework: Unsloth + Hugging Face TRL
- License: Apache-2.0
- Format: GGUF (Optimized for local use)
Quantization Levels Available:
- q4_k_m
- q5_k_m
- q8_0
- 16-bit (https://huggingface.co/alphaaico/AAI-1.5B-Thought-16-Bit)
Use Cases
- Complex Reasoning & Problem Solving – Ideal for tasks requiring logical deductions, multi-step inference, and structured decision-making.
- Conversational AI with Deep Thought – Enhances chatbots, virtual assistants, and customer support agents with structured responses.
- Mathematical & Scientific Analysis – Useful for AI-assisted research, theorem verification, and structured problem decomposition.
- Code and Workflow Generation – Helps in AI-driven programming assistance and process automation.
Model Performance
- Enhanced Chain-of-Thought Reasoning – Generates step-by-step logical deductions.
- Efficient Local Inference – Optimized for deployment on consumer GPUs and edge devices.
- Balanced Creativity & Precision – Ensures structured yet flexible responses for diverse reasoning tasks.
Limitations & Biases
As with any AI model, AlphaAI-1.5B-Thought may reflect biases present in its training data. Users should validate responses for critical applications and fine-tune further for domain-specific tasks.
Acknowledgments
Special thanks to:
- Unsloth for the optimized training pipeline.
- Hugging Face TRL for providing robust tools for fine-tuning large models efficiently.
- Downloads last month
- 23