Instructions to use brijeshah/Minime-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use brijeshah/Minime-it 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 brijeshah/Minime-it:Q8_0 # Run inference directly in the terminal: llama cli -hf brijeshah/Minime-it:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf brijeshah/Minime-it:Q8_0 # Run inference directly in the terminal: llama cli -hf brijeshah/Minime-it:Q8_0
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 brijeshah/Minime-it:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf brijeshah/Minime-it:Q8_0
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 brijeshah/Minime-it:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf brijeshah/Minime-it:Q8_0
Use Docker
docker model run hf.co/brijeshah/Minime-it:Q8_0
- LM Studio
- Jan
- Ollama
How to use brijeshah/Minime-it with Ollama:
ollama run hf.co/brijeshah/Minime-it:Q8_0
- Unsloth Studio
How to use brijeshah/Minime-it 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 brijeshah/Minime-it 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 brijeshah/Minime-it to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for brijeshah/Minime-it to start chatting
- Pi
How to use brijeshah/Minime-it with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf brijeshah/Minime-it:Q8_0
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "brijeshah/Minime-it:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use brijeshah/Minime-it with Docker Model Runner:
docker model run hf.co/brijeshah/Minime-it:Q8_0
- Lemonade
How to use brijeshah/Minime-it with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull brijeshah/Minime-it:Q8_0
Run and chat with the model
lemonade run user.Minime-it-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use brijeshah/Minime-it with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf brijeshah/Minime-it:Q8_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default brijeshah/Minime-it:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use brijeshah/Minime-it with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf brijeshah/Minime-it:Q8_0
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "brijeshah/Minime-it:Q8_0" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
MiniMe IT
MiniMe IT is the instruction-tuned version of MiniMe Base, developed as part of MiniMe, a personal AI assistant.
The model is fine-tuned to improve conversational interaction, instruction following, reasoning, and assistant-style responses.
Model Details
Model Description
MiniMe IT is built on top of the MiniMe Base model and further fine-tuned for instruction-following and conversational use.
It is designed to serve as the conversational language-model component of MiniMe, with the goal of providing a more capable and natural personal assistant experience.
- Developed by: Brijesh
- Model name: MiniMe IT
- Model type: Causal Language Model
- Language: English
- License: Apache 2.0
- Base model: MiniMe Base
- Model repository:
brijeshah/Minime-it - Model family: Qwen 3.5
- Fine-tuning: Instruction tuning
- Training platform: Kaggle
Model Sources
- Instruction-tuned model: brijeshah/Minime-it
- Base model: brijeshah/Minime_base
- Training notebook: Kaggle Training Notebook
Intended Use
Direct Use
MiniMe IT is intended for conversational and assistant-oriented applications, including:
- Personal AI assistants
- Instruction following
- Conversational interaction
- Question answering
- Reasoning and task assistance
- General text generation
- Local LLM applications
- AI assistant experimentation
The model is specifically intended to provide the conversational layer of the MiniMe personal AI assistant.
Downstream Use
MiniMe IT can be integrated into systems containing:
- Personal memory
- Long-term and short-term context
- Retrieval-Augmented Generation (RAG)
- Tool calling
- AI agents
- MCP integrations
- External APIs
- Personal knowledge bases
- Local inference servers
The model can be combined with these components to build a more capable personal AI assistant.
Out-of-Scope Use
The model should not be used as the sole decision maker for:
- Medical decisions
- Legal decisions
- Financial decisions
- Safety-critical applications
- High-impact autonomous decisions
- Applications requiring guaranteed factual accuracy
Model outputs should be validated when accuracy is important.
MiniMe Base provides the foundation, while MiniMe IT is further adapted for conversational and instruction-following behavior.
For information about the original base model and its training, see:
Bias, Risks, and Limitations
MiniMe IT inherits limitations from its underlying Qwen model, MiniMe Base, and instruction-tuning data.
Potential limitations include:
- Hallucinated or factually incorrect responses
- Inconsistent reasoning on complex tasks
- Sensitivity to prompt formulation
- Limited knowledge of information outside its training data
- Potential biases inherited from the underlying models and training data
- Reduced performance on tasks outside the fine-tuning distribution
The model does not inherently have access to current information unless connected to external tools or retrieval systems.
Recommendations
For applications requiring current or highly accurate information, use MiniMe IT together with:
- Retrieval-Augmented Generation
- External knowledge sources
- Tool calling
- Output validation
- Human review where appropriate
How to Get Started
The model can be loaded using Hugging Face Transformers:
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "brijeshah/Minime-it"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
device_map="auto"
)
messages = [
{
"role": "user",
"content": "Hello MiniMe, introduce yourself."
}
]
inputs = tokenizer.apply_chat_template(
messages,
tokenize=True,
add_generation_prompt=True,
return_tensors="pt"
).to(model.device)
outputs = model.generate(
inputs,
max_new_tokens=256
)
response = tokenizer.decode(
outputs[0],
skip_special_tokens=True
)
print(response)
GGUF Version
A quantized GGUF version is also provided in this repository for local inference with compatible runtimes such as llama.cpp.
Available model format:
- GGUF:
minime_it_Q8_0.gguf
The GGUF version can be used for efficient local inference without loading the full Safetensors model.
Model Formats
This repository provides multiple formats for different inference environments:
- Safetensors — recommended for Transformers-based inference
- GGUF — recommended for local inference using GGUF-compatible runtimes
Training Details
MiniMe IT was instruction-tuned from the MiniMe Base model using a custom conversational and instruction-following dataset developed for MiniMe.
The training objective focused on improving:
- Instruction following
- Conversational behavior
- Assistant-style responses
- User intent understanding
- Reasoning
- Task-oriented responses
The detailed training workflow is available in the Kaggle notebook:
Evaluation
Evaluation focused primarily on the model's intended conversational use cases.
Key evaluation areas include:
- Instruction following
- Response relevance
- Conversational quality
- Assistant-style behavior
- Reasoning
- Task completion
As MiniMe IT is designed for a personalized assistant rather than a single benchmark task, qualitative and task-specific evaluation are particularly relevant.
Technical Specifications
Model Architecture
MiniMe IT is a causal language model based on the MiniMe Base model.
The model uses the Qwen 3.5 model architecture and is instruction-tuned for conversational applications.
Available Formats
| Format | File | Intended Use |
|---|---|---|
| Safetensors | model.safetensors |
Transformers / GPU inference |
| GGUF | minime_it_Q8_0.gguf |
Local inference / llama.cpp |
Software
The model can be used with software including:
- Hugging Face Transformers
- PyTorch
- llama.cpp
- Other compatible GGUF inference engines
APA:
Brijesh. (2026). MiniMe IT. Hugging Face Model Hub.
More Information
MiniMe IT is part of the broader development of MiniMe, a personal AI assistant focused on combining:
- Language models
- Personalization
- Memory
- Retrieval
- Reasoning
- Tool use
- AI agents
- External context
MiniMe IT is the instruction-tuned conversational layer built on top of the MiniMe Base model.
Related Models
- MiniMe Base: brijeshah/Minime_base
- MiniMe IT: brijeshah/Minime-it
Model Card Authors
Brijesh
Model Card Contact
For questions, feedback, collaboration, or information about MiniMe, please visit My_Portfolio
- Downloads last month
- 50