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

lemonade-sdk
/
lemonseed-1.5b-base

Text Generation
MLX
Safetensors
English
lemonseed
mixture-of-experts
gated-deltanet
mixture-of-depths
rocm
base-model
Model card Files Files and versions
xet
Community

Instructions to use lemonade-sdk/lemonseed-1.5b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use lemonade-sdk/lemonseed-1.5b-base 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("lemonade-sdk/lemonseed-1.5b-base")
    
    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 lemonade-sdk/lemonseed-1.5b-base with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "lemonade-sdk/lemonseed-1.5b-base" --prompt "Once upon a time"
  • Atomic Chat
lemonseed-1.5b-base
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
geramyl's picture
geramyl
Reference LSE (Lemon Seed Engine) as the primary runtime
bd00f64 verified 11 days ago
  • .gitattributes
    1.57 kB
    Add LemonSeed 1.5B base β€” model, config, Qwen3.6 tokenizer, card, loader, license 11 days ago
  • LICENSE
    1.23 kB
    Add LemonSeed 1.5B base β€” model, config, Qwen3.6 tokenizer, card, loader, license 11 days ago
  • README.md
    13.9 kB
    Reference LSE (Lemon Seed Engine) as the primary runtime 11 days ago
  • config.json
    809 Bytes
    Add LemonSeed 1.5B base β€” model, config, Qwen3.6 tokenizer, card, loader, license 11 days ago
  • example_generate.py
    1.35 kB
    Reference LSE (Lemon Seed Engine) as the primary runtime 11 days ago
  • model.safetensors
    3.03 GB
    xet
    Add LemonSeed 1.5B base β€” model, config, Qwen3.6 tokenizer, card, loader, license 11 days ago
  • tokenizer.json
    12.8 MB
    xet
    Add LemonSeed 1.5B base β€” model, config, Qwen3.6 tokenizer, card, loader, license 11 days ago