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

Fild
/
diffusiongemma-26B-A4B-it-tool-selector-lora-mlx

Text Generation
MLX
lora
qlora
diffusion
diffusion-language-model
gemma
diffusiongemma
tool-use
agents
apple-silicon
Model card Files Files and versions
xet
Community

Instructions to use Fild/diffusiongemma-26B-A4B-it-tool-selector-lora-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use Fild/diffusiongemma-26B-A4B-it-tool-selector-lora-mlx 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("Fild/diffusiongemma-26B-A4B-it-tool-selector-lora-mlx")
    
    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 Fild/diffusiongemma-26B-A4B-it-tool-selector-lora-mlx with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "Fild/diffusiongemma-26B-A4B-it-tool-selector-lora-mlx" --prompt "Once upon a time"
diffusiongemma-26B-A4B-it-tool-selector-lora-mlx
428 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Fild's picture
Fild
DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents)
60b165e verified 24 days ago
  • analysis
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • code
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • figures
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • .gitattributes
    1.57 kB
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • README.md
    12.6 kB
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • paper.md
    26.4 kB
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • paper.pdf
    176 kB
    xet
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago
  • paper.tex
    24.3 kB
    DiffusionGemma tool-selector LoRA + paper (Rud Lord and the KnowledgeOS Agents) 24 days ago