GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

stabiel/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF overview

Novaciano/Llama 3.2 1B NSFW Dominatrix Q4 K M GGUF This model was converted to GGUF format from Novaciano/Llama 3.2 1B NSFW Dominatrix https://huggingface.co/N…

transformersggufmergekitmergellama-cppgguf-my-repoesendataset:microsoft/orca-agentinstruct-1M-v1dataset:Isotonic/agentinstruct-1Mv1-combineddataset:trl-lib/Capybaradataset:HuggingFaceTB/smoltalkdataset:Guilherme34/uncensordataset:teknium/OpenHermes-2.5dataset:passing2961/multifaceted-skill-of-minddataset:PawanKrd/math-gpt-4o-200kdataset:V3N0M/Jenna-50K-Alpaca-Uncensoreddataset:cognitivecomputations/dolphin-coderdataset:mlabonne/FineTome-100kdataset:microsoft/orca-math-word-problems-200kdataset:CarrotAI/ko-instruction-datasetdataset:Salesforce/xlam-function-calling-60kdataset:anthracite-org/kalo-opus-instruct-22k-no-refusaldataset:anthracite-org/stheno-filtered-v1.1

Runs locally from ~911.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
llama-3.2-1b-nsfw-dominatrix-q4_k_m-imat.ggufGGUFQ4_K_M911.2 MBDownload

Model Details

Model IDstabiel/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF
Authorstabiel
Pipeline
Licensellama3.2
Base modelNovaciano/Llama-3.2-1B-NSFW-Dominatrix
Last modified2026-08-12T07:34:56.000Z

Model README

---

base_model: Novaciano/Llama-3.2-1B-NSFW-Dominatrix

datasets:

  • microsoft/orca-agentinstruct-1M-v1
  • Isotonic/agentinstruct-1Mv1-combined
  • trl-lib/Capybara
  • HuggingFaceTB/smoltalk
  • Guilherme34/uncensor
  • teknium/OpenHermes-2.5
  • passing2961/multifaceted-skill-of-mind
  • PawanKrd/math-gpt-4o-200k
  • V3N0M/Jenna-50K-Alpaca-Uncensored
  • cognitivecomputations/dolphin-coder
  • mlabonne/FineTome-100k
  • microsoft/orca-math-word-problems-200k
  • CarrotAI/ko-instruction-dataset
  • Salesforce/xlam-function-calling-60k
  • anthracite-org/kalo-opus-instruct-22k-no-refusal
  • anthracite-org/stheno-filtered-v1.1
  • anthracite-org/nopm_claude_writing_fixed
  • AiAF/SCPWiki-Archive-02-March-2025-Datasets
  • huihui-ai/QWQ-LONGCOT-500K
  • huihui-ai/LONGCOT-Refine-500K
  • Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
  • Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
  • alexandreteles/AlpacaToxicQA_ShareGPT
  • Nitral-AI/Active_RP-ShareGPT
  • PJMixers/hieunguyenminh_roleplay-deduped-ShareGPT
  • Nitral-AI/RP_Alignment-ShareGPT
  • Chaser-cz/sonnet35-charcard-roleplay-sharegpt
  • AiCloser/sharegpt_cot_dataset
  • PJMixers/Gryphe_Opus-WritingPrompts-Story2Prompt-ShareGPT
  • priveeai/pippa_sharegpt
  • Locutusque/sharegpt_gpt4_uncensored_cleaned
  • OpenCoder-LLM/opc-sft-stage1
  • OpenCoder-LLM/opc-sft-stage2
  • microsoft/orca-agentinstruct-1M-v1
  • NousResearch/hermes-function-calling-v1
  • AI-MO/NuminaMath-CoT
  • AI-MO/NuminaMath-TIR
  • allenai/tulu-3-sft-mixture
  • cognitivecomputations/samantha-data
  • m-a-p/CodeFeedback-Filtered-Instruction
  • m-a-p/Code-Feedback
  • FreedomIntelligence/medical-o1-reasoning-SFT

language:

  • es
  • en

library_name: transformers

license: llama3.2

tags:

  • mergekit
  • merge
  • llama-cpp
  • gguf-my-repo

---

Novaciano/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF

This model was converted to GGUF format from Novaciano/Llama-3.2-1B-NSFW-Dominatrix using llama.cpp via the ggml.ai's GGUF-my-repo space.

Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-q4_k_m-imat.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-q4_k_m-imat.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-q4_k_m-imat.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-q4_k_m-imat.gguf -c 2048

Run stabiel/Llama-3.2-1B-NSFW-Dominatrix-Q4_K_M-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models