Instructions to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF", filename="Phi3.5-Ludacris-Instruct_Uncensored-Q4_K_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF 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 WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF: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 WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF: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 WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF with Ollama:
ollama run hf.co/WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M
- Unsloth Studio
How to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF 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 WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF 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 WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF with Docker Model Runner:
docker model run hf.co/WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M
- Lemonade
How to use WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF-Q4_K_M
List all available models
lemonade list
Phi3.5-Ludacris.Instruct.Uncensored.GGUF is a compact uncensored instruction-tuned language model based on Microsoftβs Phi-3.5-mini-instruct architecture.
This release focuses on:
- π Reduced refusal behavior
- π§ Strong small-model reasoning
- β‘ Efficient local inference
- π» Instruction following + coding capability
- π§© GGUF deployment simplicity
The model is distributed exclusively in GGUF format for fast local execution through:
- llama.cpp
- LM Studio
- KoboldCpp
- Ollama (manual import)
- text-generation-webui
- llama-cpp-python
𧬠Base Model
| Attribute | Value |
|---|---|
| Base Model | Phi-3.5-mini-instruct |
| Creator | Microsoft |
| Architecture | Transformer-based causal LLM |
| Parameter Size | ~3.8B |
| Context Length | 128K |
| Format | GGUF |
| Quantization Available | Q4_K_M only |
Microsoft designed Phi-3.5-mini-instruct as a lightweight reasoning-focused model with strong instruction-following behavior and long-context support. ([Reddit][1])
π Uncensored Variant
This version was modified by Within Us AI to reduce alignment restrictions and refusal-heavy behavior found in the original Phi-3.5 release.
Community discussion around Phi-3.5 often described the original model as extremely restrictive compared to many open-weight alternatives. ([Reddit][2])
The goal of this release is to preserve:
- reasoning ability
- instruction quality
- coding usefulness
- conversational coherence
β¦while reducing excessive refusals and over-filtering.
βοΈ Quantization
Available Quant
| Quant | Size Class | Recommended Use |
|---|---|---|
| Q4_K_M | Balanced 4-bit quant | Best balance of quality + speed |
This repository currently includes only the Q4_K_M GGUF variant.
Q4_K_M is commonly favored in the GGUF ecosystem because it preserves strong output quality while remaining lightweight enough for consumer hardware. ([Reddit][3])
π Intended Use
Ideal For
- Local AI assistants
- Offline inference
- Creative writing
- Coding assistance
- Long-context experiments
- AI research
- Unfiltered conversational systems
- Roleplay/chat systems
- Lightweight reasoning tasks
π» Example Usage
llama-cpp-python
from llama_cpp import Llama
llm = Llama.from_pretrained(
repo_id="WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored.GGUF",
filename="Phi3.5-Ludacris.Instruct.Uncensored-Q4_K_M.gguf",
n_ctx=8192,
verbose=False,
)
response = llm.create_chat_completion(
messages=[
{"role": "user", "content": "Explain recursion simply."}
]
)
print(response)
π§ͺ Recommended Settings
| Setting | Recommended |
|---|---|
| Temperature | 0.7 |
| Top-p | 0.85 β 0.95 |
| Top-k | 20 β 50 |
| Repeat Penalty | 1.05 |
| Context Length | 8Kβ32K recommended locally |
For creative tasks, slightly higher temperature values can produce more expressive outputs. For coding and reasoning, lower temperatures tend to improve stability.
π§ Behavioral Notes
This is an uncensored model variant.
Behavior may include:
- Reduced refusals
- More direct responses
- Less restrictive filtering
- Experimental/open-ended outputs
Because of this, outputs may occasionally contain:
- speculative information
- unsafe suggestions
- raw or controversial text
- inaccurate claims presented confidently
Human oversight is recommended for production systems.
π¦ Deployment Notes
The GGUF format allows efficient inference on:
- Consumer GPUs
- Apple Silicon
- CPU-only systems
- Portable local AI environments
The Q4_K_M quant is especially suitable for:
- 8GB+ RAM systems
- Mid-range gaming GPUs
- Lightweight laptop inference
π Training & Attribution
Base Model Credits
- Microsoft Phi Team
- Phi-3 / Phi-3.5 research ecosystem
Modification & GGUF Release
- Within Us AI
Additional Notes
Within Us AI created the uncensored tuning/behavior modifications and GGUF release configuration.
π Acknowledgements
Special thanks to:
- Microsoft Phi researchers
- llama.cpp contributors
- GGUF ecosystem developers
- Open-source AI communities
- Local inference enthusiasts pushing tiny models into absurdly capable territory π
- Downloads last month
- 242
4-bit
Model tree for WithinUsAI/Phi3.5-Ludacris.Instruct.Uncensored-3.8B-GGUF
Base model
microsoft/Phi-3.5-mini-instruct