Image-Text-to-Text
Safetensors
English
Chinese
qwen3_5
unsloth
fine tune
heretic
uncensored
abliterated
multi-stage tuned.
all use cases
coder
creative
creative writing
fiction writing
plot generation
sub-plot generation
story generation
scene continue
storytelling
fiction story
science fiction
romance
all genres
story
writing
vivid prosing
vivid writing
fiction
roleplaying
bfloat16
conversational
fp8
Instructions to use tcclaviger/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-FP8-MTP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use tcclaviger/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-FP8-MTP 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 tcclaviger/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-FP8-MTP 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 tcclaviger/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-FP8-MTP to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tcclaviger/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-FP8-MTP to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="tcclaviger/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-FP8-MTP", max_seq_length=2048, )
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,8 @@ datasets:
|
|
| 37 |
- TeichAI/claude-4.5-opus-high-reasoning-250x
|
| 38 |
- DavidAU/PkDick-Deckard-5-Datasets
|
| 39 |
pipeline_tag: image-text-to-text
|
| 40 |
-
|
|
|
|
| 41 |
---
|
| 42 |
|
| 43 |
<I>The Qwen 3.5 version (also 40B) got 181 likes+ This version uses the new Qwen 3.6 27B arch (which exceeds even Qwen's own 398B model).</I>
|
|
@@ -2946,4 +2947,4 @@ And if you're reading this and groaning at my wit... that's a connection too.
|
|
| 2946 |
|
| 2947 |
Is that enough?
|
| 2948 |
|
| 2949 |
-
*awaits evaluation with appropriate humility*
|
|
|
|
| 37 |
- TeichAI/claude-4.5-opus-high-reasoning-250x
|
| 38 |
- DavidAU/PkDick-Deckard-5-Datasets
|
| 39 |
pipeline_tag: image-text-to-text
|
| 40 |
+
base_model:
|
| 41 |
+
- DavidAU/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking
|
| 42 |
---
|
| 43 |
|
| 44 |
<I>The Qwen 3.5 version (also 40B) got 181 likes+ This version uses the new Qwen 3.6 27B arch (which exceeds even Qwen's own 398B model).</I>
|
|
|
|
| 2947 |
|
| 2948 |
Is that enough?
|
| 2949 |
|
| 2950 |
+
*awaits evaluation with appropriate humility*
|