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

gg000
/
Cydonia-R1-24B-v4.1-MLX-4bit

Text Generation
MLX
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use gg000/Cydonia-R1-24B-v4.1-MLX-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use gg000/Cydonia-R1-24B-v4.1-MLX-4bit 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("gg000/Cydonia-R1-24B-v4.1-MLX-4bit")
    
    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 gg000/Cydonia-R1-24B-v4.1-MLX-4bit with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "gg000/Cydonia-R1-24B-v4.1-MLX-4bit" --prompt "Once upon a time"
Cydonia-R1-24B-v4.1-MLX-4bit
14.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
gg000's picture
gg000
Update README.md
3cae505 verified 8 months ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool 8 months ago
  • README.md
    429 Bytes
    Update README.md 8 months ago
  • chat_template.jinja
    2.67 kB
    Add files using upload-large-folder tool 8 months ago
  • config.json
    868 Bytes
    Add files using upload-large-folder tool 8 months ago
  • generation_config.json
    132 Bytes
    Add files using upload-large-folder tool 8 months ago
  • model-00001-of-00003.safetensors
    5.32 GB
    xet
    Add files using upload-large-folder tool 8 months ago
  • model-00002-of-00003.safetensors
    5.32 GB
    xet
    Add files using upload-large-folder tool 8 months ago
  • model-00003-of-00003.safetensors
    4.1 GB
    xet
    Add files using upload-large-folder tool 8 months ago
  • model.safetensors.index.json
    79.4 kB
    Add files using upload-large-folder tool 8 months ago
  • special_tokens_map.json
    21.4 kB
    Add files using upload-large-folder tool 8 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add files using upload-large-folder tool 8 months ago
  • tokenizer_config.json
    198 kB
    Add files using upload-large-folder tool 8 months ago