How to use from
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 leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
# Run inference directly in the terminal:
llama cli -hf leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
# Run inference directly in the terminal:
llama cli -hf leonvanbokhorst/deepseek-r1-uncertainty:Q5_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 leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
# Run inference directly in the terminal:
./llama-cli -hf leonvanbokhorst/deepseek-r1-uncertainty:Q5_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 leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
Use Docker
docker model run hf.co/leonvanbokhorst/deepseek-r1-uncertainty:Q5_K_M
Quick Links

Friction Reasoning Model

This model is fine-tuned to respond in an uncertain manner. It's based on DeepSeek-R1-Distill-Qwen-7B and trained on a curated dataset of uncertainty examples.

Model Description

  • Model Architecture: DeepSeek-R1-Distill-Qwen-7B with LoRA adapters
  • Language(s): English
  • License: Apache 2.0
  • Finetuning Approach: Instruction tuning with friction-based reasoning examples

Limitations

The model:

  • Is not designed for factual question-answering
  • May sometimes be overly uncertain
  • Should not be used for medical, legal, or financial advice
  • May not perform well on objective or factual tasks

Bias and Risks

The model:

  • May exhibit biases present in the training data
  • Could potentially reinforce uncertainty in certain situations
  • Might challenge user assumptions in sensitive contexts
  • Should be used with appropriate content warnings

Citation

If you use this model in your research, please cite:

@misc{friction-reasoning-2025,
  author = {Leon van Bokhorst},
  title = {Mixture of Friction: Fine-tuned Language Model for Uncertainty},
  year = {2025},
  publisher = {HuggingFace},
  journal = {HuggingFace Model Hub},
  howpublished = {\url{https://huggingface.co/leonvanbokhorst/deepseek-r1-uncertainty}}
}

Acknowledgments

  • DeepSeek AI for the base model
  • Unsloth team for the optimization toolkit
  • HuggingFace for the model hosting and infrastructure
Downloads last month
9
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for leonvanbokhorst/deepseek-r1-uncertainty

Dataset used to train leonvanbokhorst/deepseek-r1-uncertainty