CoolFace
Modelpublic

WithinUsAI/IBM4.1-Unnoticed.Thinker.Uncensored-3B.gguf

sourceHugging Faceupdated 5mo agoView on Hugging Face
3likes199downloads
Model Card

🧠 Model Card

IBM4.1-Unnoticed.Thinker.Uncensored-3B (GGUF)

Repository: WithinUsAI Format: GGUF Base Model: IBM Granite 4.1 3B (inferred) Architecture Type: Transformer-based LLM Parameter Size: ~3 Billion


✨ Overview

IBM4.1-Unnoticed.Thinker.Uncensored-3B is a lightweight, reasoning-oriented language model distributed in GGUF format for efficient local inference.

This model is designed with a focus on:

  • β€”πŸ§  Structured thinking / reasoning
  • β€”πŸ”“ Uncensored response behavior
  • β€”βš‘ Local deployment efficiency (llama.cpp / GGUF stack)

It belongs to a growing class of β€œuncensored” models, which aim to reduce refusal rates and increase response completeness compared to standard aligned models. ([Hugging Face][1])


🧬 Model Characteristics

FeatureDescription
Reasoning Styleβ€œThinking / chain-style” responses
AlignmentReduced safety filtering (uncensored)
FormatGGUF (optimized for CPU/GPU local inference)
Intended UseResearch, experimentation, local AI systems
Size ClassSmall (3B) β†’ fast + accessible

πŸ§ͺ Training & Origin

  • β€”Base model derived from IBM Granite 4.1 3B
  • β€”Modified and/or fine-tuned by WithinUsAI
  • β€”Converted to GGUF format for compatibility with:
  • β€”llama.cpp
  • β€”LM Studio
  • β€”Ollama (via conversion)

βš™οΈ Usage

πŸ–₯️ Run with llama.cpp

bash
./main -m IBM4.1-Unnoticed.Thinker.Uncensored-3B.gguf -p "Explain recursion simply"

πŸ§ͺ Recommended Settings

  • β€”Temperature: 0.6 – 0.8
  • β€”Top-p: 0.85 – 0.95
  • β€”Top-k: 20 – 50

These settings help balance:

  • β€”πŸ§  coherent reasoning
  • β€”πŸŽ² creative exploration

🧭 Behavior Notes

This model is uncensored, meaning:

  • β€”It may respond to prompts that other models decline
  • β€”It prioritizes completeness over restriction
  • β€”It may produce:
  • β€”raw or unfiltered outputs
  • β€”speculative or unsafe content

highlight that β€œuncensored” variants have **zero refusals and full response


license: apache-2.0 tags:

  • β€”language
  • β€”granite-4.1 --- Capabilities
  • β€”Summarization
  • β€”Text classification
  • β€”Text extraction
  • β€”Question-answering
  • β€”Retrieval Augmented Generation (RAG)
  • β€”Code related tasks
  • β€”Function-calling tasks
  • β€”Multilingual dialog use cases
  • β€”Fill-In-the-Middle (FIM) code completions