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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

atefataya
/
depwire-slm

Text Generation
MLX
English
lora
code
dependency-graph
static-analysis
qwen3-moe
oracle-verified
Model card Files Files and versions
xet
Community

Instructions to use atefataya/depwire-slm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use atefataya/depwire-slm 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("atefataya/depwire-slm")
    
    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 atefataya/depwire-slm with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "atefataya/depwire-slm" --prompt "Once upon a time"
depwire-slm
2.05 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
atefataya's picture
atefataya
fix: parser version caveat โ€” v0.2 re-eval 93.1% on corrected 1.9.2 oracle
c48e5e6 verified about 13 hours ago
  • lora-adapters
    Upload lora-adapters/adapter_config.json with huggingface_hub 7 days ago
  • .gitattributes
    1.59 kB
    Upload lora-adapters/adapter_config.json with huggingface_hub 7 days ago
  • README.md
    6.25 kB
    fix: parser version caveat โ€” v0.2 re-eval 93.1% on corrected 1.9.2 oracle about 13 hours ago
  • adapter_config.json
    961 Bytes
    v0.2 adapter config 7 days ago
  • adapters.safetensors
    1.03 GB
    xet
    v0.2 adapters 7 days ago
  • benchmark-v0.1-final.json
    30.7 kB
    Upload benchmark-v0.1-final.json with huggingface_hub 12 days ago