Instructions to use MLVXN/Adurite1-135M-COT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MLVXN/Adurite1-135M-COT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="MLVXN/Adurite1-135M-COT")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("MLVXN/Adurite1-135M-COT") model = AutoModelForCausalLM.from_pretrained("MLVXN/Adurite1-135M-COT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use MLVXN/Adurite1-135M-COT with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf MLVXN/Adurite1-135M-COT:Q4_K_M # Run inference directly in the terminal: llama cli -hf MLVXN/Adurite1-135M-COT:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf MLVXN/Adurite1-135M-COT:Q4_K_M # Run inference directly in the terminal: llama cli -hf MLVXN/Adurite1-135M-COT: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 MLVXN/Adurite1-135M-COT:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf MLVXN/Adurite1-135M-COT: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 MLVXN/Adurite1-135M-COT:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf MLVXN/Adurite1-135M-COT:Q4_K_M
Use Docker
docker model run hf.co/MLVXN/Adurite1-135M-COT:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use MLVXN/Adurite1-135M-COT with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "MLVXN/Adurite1-135M-COT" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MLVXN/Adurite1-135M-COT", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/MLVXN/Adurite1-135M-COT:Q4_K_M
- SGLang
How to use MLVXN/Adurite1-135M-COT with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "MLVXN/Adurite1-135M-COT" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MLVXN/Adurite1-135M-COT", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "MLVXN/Adurite1-135M-COT" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MLVXN/Adurite1-135M-COT", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Ollama
How to use MLVXN/Adurite1-135M-COT with Ollama:
ollama run hf.co/MLVXN/Adurite1-135M-COT:Q4_K_M
- Unsloth Studio
How to use MLVXN/Adurite1-135M-COT 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 MLVXN/Adurite1-135M-COT 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 MLVXN/Adurite1-135M-COT to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MLVXN/Adurite1-135M-COT to start chatting
- Docker Model Runner
How to use MLVXN/Adurite1-135M-COT with Docker Model Runner:
docker model run hf.co/MLVXN/Adurite1-135M-COT:Q4_K_M
- Lemonade
How to use MLVXN/Adurite1-135M-COT with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MLVXN/Adurite1-135M-COT:Q4_K_M
Run and chat with the model
lemonade run user.Adurite1-135M-COT-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Adurite1-135M-COT
Currently being retrained to fix major bug.
Adurite1-135M-COT is a small reasoning model based on HuggingFaceTB/SmolLM2-135M. It was fine tuned to think step by step before answering.
Model details
- Base model: HuggingFaceTB/SmolLM2-135M
- Parameters: 135M
- Context length: 8192
- Training: 6 epochs on 182k examples, about 1.1B tokens
- Mix: 61 percent chain of thought data including Bespoke Stratos, OpenThoughts, NuminaMath, Orca Math, OpenR1 Math, MathInstruct, plus general chat data from SmolTalk, Cosmopedia, FineTome and UltraChat
- Identity: trained to identify as Adurite1 from Maximalist Labs
- Hardware: TPU v6e-1
Training
Trained on TPU with max length 1024, per device batch 32, AdaFactor, cosine schedule, warmup 500 steps, weight decay 0.01.
Final loss 1.337 after 33732 steps.
Usage
from transformers import AutoTokenizer, AutoModelForCausalLM
tok = AutoTokenizer.from_pretrained("MLVXN/Adurite1-135M-COT")
model = AutoModelForCausalLM.from_pretrained("MLVXN/Adurite1-135M-COT")
prompt = "<|im_start|>user\nWhat is 12*8? Think step by step.<|im_end|>\n<|im_start|>assistant to=self thinking\n"
inputs = tok(prompt, return_tensors="pt")
out = model.generate(**inputs, max_new_tokens=200, do_sample=False)
print(tok.decode(out[0], skip_special_tokens=True))
Or use the GGUF file with llama.cpp:
llama-cli -m adurite1-135m-cot-f16.gguf -p "What is 12*8? Think step by step."
GGUF
GGUF weights are available in this repo:
adurite1-135m-cot-f16.gguf313 MB full precisionadurite1-135m-cot-q4_k_m.ggufquantized 4 bit (when available)
Evaluation
Work in progress. Early MMLU and GSM8K runs are being added. MMLU is expected around 33 to 36 percent, GSM8K around 45 to 50 percent with chain of thought prompting.
Limitations
This is a 135M model. It can do short reasoning traces of 2 to 4 steps but will fail on hard math and long logic problems. It may repeat or miss facts. Use with care and check outputs for important tasks.
License
Apache 2.0
Citation
@misc{adurite1-135m-cot,
title = {Adurite1-135M-COT},
author = {MLVXN},
year = {2026},
url = {https://huggingface.co/MLVXN/Adurite1-135M-COT}
}
- Downloads last month
- -
Model tree for MLVXN/Adurite1-135M-COT
Base model
HuggingFaceTB/SmolLM2-135M