Claude CoNDeNses
Collection
3 items • Updated • 1
How to use CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional", dtype="auto")How to use CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional with Unsloth Studio:
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 CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional to start chatting
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 CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="CoNDeNse-AI/Claude4.6-Qwen3-0.6B-CoNDeNse-Disfunctional",
max_seq_length=2048,
)This AI is marked Disfunctional as it is trained on a high Learning Rate(LR).