Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nabi-chan
/
Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit

Text Generation
MLX
Safetensors
qwen3_5_moe
mlx-4bit
quantized
apple-silicon
Qwen
Qwen3.6
Qwen3_5_moe
reasoning
distillation
chain-of-thought
mixture-of-experts
Mixture of Experts
lora
unsloth
abliterated
uncensored
conversational
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit")
    
    prompt = "Write a story about Einstein"
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True
    )
    
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • Unsloth Studio new

    How to use nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit 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 nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit 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 nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit",
        max_seq_length=2048,
    )
  • Pi new

    How to use nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit with Pi:

    Start the MLX server
    # Install MLX LM:
    uv tool install mlx-lm
    # Start a local OpenAI-compatible server:
    mlx_lm.server --model "nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit"
    Configure the model in Pi
    # Install Pi:
    npm install -g @mariozechner/pi-coding-agent
    # Add to ~/.pi/agent/models.json:
    {
      "providers": {
        "mlx-lm": {
          "baseUrl": "http://localhost:8080/v1",
          "api": "openai-completions",
          "apiKey": "none",
          "models": [
            {
              "id": "nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit"
            }
          ]
        }
      }
    }
    Run Pi
    # Start Pi in your project directory:
    pi
  • MLX LM

    How to use nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Interactive chat REPL
    mlx_lm.chat --model "nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit"
    Run an OpenAI-compatible server
    # Install MLX LM
    uv tool install mlx-lm
    # Start the server
    mlx_lm.server --model "nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit"
    # Calling the OpenAI-compatible server with curl
    curl -X POST "http://localhost:8000/v1/chat/completions" \
       -H "Content-Type: application/json" \
       --data '{
         "model": "nabi-chan/Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit",
         "messages": [
           {"role": "user", "content": "Hello"}
         ]
       }'
Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MLX-4bit
21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nabi-chan's picture
nabi-chan
Add files using upload-large-folder tool
e22a6af verified 12 days ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool 12 days ago
  • README.md
    4.64 kB
    Add files using upload-large-folder tool 12 days ago
  • chat_template.jinja
    8.06 kB
    Add files using upload-large-folder tool 12 days ago
  • config.json
    66.2 kB
    Add files using upload-large-folder tool 12 days ago
  • model-00001-of-00004.safetensors
    5.26 GB
    xet
    Add files using upload-large-folder tool 12 days ago
  • model-00002-of-00004.safetensors
    5.24 GB
    xet
    Add files using upload-large-folder tool 12 days ago
  • model-00003-of-00004.safetensors
    5.24 GB
    xet
    Add files using upload-large-folder tool 12 days ago
  • model-00004-of-00004.safetensors
    5.28 GB
    xet
    Add files using upload-large-folder tool 12 days ago
  • model.safetensors.index.json
    208 kB
    Add files using upload-large-folder tool 12 days ago
  • processor_config.json
    1.3 kB
    Add files using upload-large-folder tool 12 days ago
  • tokenizer.json
    20 MB
    xet
    Add files using upload-large-folder tool 12 days ago
  • tokenizer_config.json
    9.5 kB
    Add files using upload-large-folder tool 12 days ago