Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kieron-buyskes
/
huihui-ai-Qwen3-8B-abliterated-8bit

Text Generation
MLX
Safetensors
qwen3
chat
abliterated
uncensored
8-bit precision
Model card Files Files and versions
xet
Community

Instructions to use kieron-buyskes/huihui-ai-Qwen3-8B-abliterated-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use kieron-buyskes/huihui-ai-Qwen3-8B-abliterated-8bit with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("kieron-buyskes/huihui-ai-Qwen3-8B-abliterated-8bit")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • MLX LM

    How to use kieron-buyskes/huihui-ai-Qwen3-8B-abliterated-8bit with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "kieron-buyskes/huihui-ai-Qwen3-8B-abliterated-8bit" --prompt "Once upon a time"
huihui-ai-Qwen3-8B-abliterated-8bit
8.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kieron-buyskes's picture
kieron-buyskes
Add files using upload-large-folder tool
84aa40c verified about 1 year ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool about 1 year ago
  • README.md
    1.03 kB
    Add files using upload-large-folder tool about 1 year ago
  • TestPassed.py
    4.17 kB
    Add files using upload-large-folder tool about 1 year ago
  • added_tokens.json
    707 Bytes
    Add files using upload-large-folder tool about 1 year ago
  • config.json
    941 Bytes
    Add files using upload-large-folder tool about 1 year ago
  • merges.txt
    1.67 MB
    Add files using upload-large-folder tool about 1 year ago
  • model-00001-of-00002.safetensors
    5.37 GB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • model-00002-of-00002.safetensors
    3.08 GB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • model.safetensors.index.json
    77.7 kB
    Add files using upload-large-folder tool about 1 year ago
  • special_tokens_map.json
    613 Bytes
    Add files using upload-large-folder tool about 1 year ago
  • tokenizer.json
    11.4 MB
    xet
    Add files using upload-large-folder tool about 1 year ago
  • tokenizer_config.json
    5.4 kB
    Add files using upload-large-folder tool about 1 year ago
  • vocab.json
    2.78 MB
    Add files using upload-large-folder tool about 1 year ago