Instructions to use metacogna/comPilar-Qwen3-4b-PilForce 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 metacogna/comPilar-Qwen3-4b-PilForce 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 metacogna/comPilar-Qwen3-4b-PilForce:Q8_0 # Run inference directly in the terminal: llama cli -hf metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf metacogna/comPilar-Qwen3-4b-PilForce:Q8_0 # Run inference directly in the terminal: llama cli -hf metacogna/comPilar-Qwen3-4b-PilForce: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 metacogna/comPilar-Qwen3-4b-PilForce:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf metacogna/comPilar-Qwen3-4b-PilForce: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 metacogna/comPilar-Qwen3-4b-PilForce:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
Use Docker
docker model run hf.co/metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
- LM Studio
- Jan
- Ollama
How to use metacogna/comPilar-Qwen3-4b-PilForce with Ollama:
ollama run hf.co/metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
- Unsloth Studio
How to use metacogna/comPilar-Qwen3-4b-PilForce 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 metacogna/comPilar-Qwen3-4b-PilForce 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 metacogna/comPilar-Qwen3-4b-PilForce to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for metacogna/comPilar-Qwen3-4b-PilForce to start chatting
- Pi
How to use metacogna/comPilar-Qwen3-4b-PilForce with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf metacogna/comPilar-Qwen3-4b-PilForce: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": "metacogna/comPilar-Qwen3-4b-PilForce:Q8_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use metacogna/comPilar-Qwen3-4b-PilForce with Docker Model Runner:
docker model run hf.co/metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
- Lemonade
How to use metacogna/comPilar-Qwen3-4b-PilForce with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
Run and chat with the model
lemonade run user.comPilar-Qwen3-4b-PilForce-Q8_0
List all available models
lemonade list
- Hermes Agent
How to use metacogna/comPilar-Qwen3-4b-PilForce with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf metacogna/comPilar-Qwen3-4b-PilForce: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 metacogna/comPilar-Qwen3-4b-PilForce:Q8_0
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use metacogna/comPilar-Qwen3-4b-PilForce with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf metacogna/comPilar-Qwen3-4b-PilForce: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 "metacogna/comPilar-Qwen3-4b-PilForce: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"
Training Methodology
Phase 1: Pillar Grounding
The first fine-tuning phase focused on grounding the model in a stable vocabulary and conceptual space related to core expectation dimensions commonly observed in group coordination (e.g. progress, cooperation, inclusion, influence, reliability).
- Objective: establish consistent internal representations
- Emphasis: descriptive explanations, abstraction, and neutrality
- Format: single- and multi-turn instructional data
- Outcome: improved coherence and consistency in high-level explanations
Phase 2: Interaction and Contextual Reasoning
The second fine-tuning phase introduced interactional data that emphasizes how expectations influence one another across situations.
Objective: enable relational reasoning rather than isolated explanations
Emphasis: situational interpretation, contextual variation, and contrast
Coverage:
- expectation-to-expectation interactions
- differences between egalitarian and hierarchical contexts
- ambiguity and context-dependence
Outcome: improved ability to explain how and why interpretations shift in real-world coordination scenarios
Parameter-Efficient Fine-Tuning (PEFT)
Training was performed using a parameter-efficient fine-tuning approach:
- Base model weights loaded in low-bit precision for memory efficiency
- Trainable adapters applied to attention projection layers
- Base weights frozen during training
- Gradients confined to adapter parameters
This approach preserves the base model’s general language capabilities while enabling targeted specialization in coordination dynamics.
Quantization
Training-Time Precision
- Base model loaded using low-bit quantization for efficiency
- Adapter training performed with higher-precision compute
- No permanent modification to base weights during training
Deployment Quantization
After training, adapters were merged into the base model
The merged model was quantized to 8-bit integer precision (Q8)
Quantization selected to balance:
- inference efficiency
- retention of relational and interpretive nuance
The final artifact is a single, quantized model suitable for efficient local and edge deployment.
Intended Use
- Educational explanations of group and organizational dynamics
- Descriptive analysis of coordination patterns
- Exploratory discussion of social interpretation and context
Not Intended For
- Coaching, therapy, or managerial advice
- Prescriptive recommendations
- Moral or normative judgment
- Diagnostic or decision-making automation
Behavioral Characteristics
- Neutral, calm tone
- Context-sensitive depth (situational vs analytical)
- Explicit acknowledgment of uncertainty where appropriate
- Clear distinction between peer-based and role-based coordination contexts
Limitations
- Does not provide actionable guidance
- Explanations are interpretive, not predictive
- Outputs depend on clarity of contextual cues in the prompt
If you want, I can:
- Produce a registry-optimized short card
- Add a training diagram (textual)
- Write a deployment-focused variant for Ollama or similar runtimes
- Downloads last month
- 14
8-bit
Model tree for metacogna/comPilar-Qwen3-4b-PilForce
Base model
Qwen/Qwen3-4B-Instruct-2507