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

solintellegence
/
Sol-Milkshake

Text Generation
MLX
English
sol_milkshake
causal-lm
decoder-only
small-language-model
recurrent-depth
ngpt
research
Model card Files Files and versions
xet
Community

Instructions to use solintellegence/Sol-Milkshake with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use solintellegence/Sol-Milkshake 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("solintellegence/Sol-Milkshake")
    
    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 solintellegence/Sol-Milkshake with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "solintellegence/Sol-Milkshake" --prompt "Once upon a time"
  • Atomic Chat
Sol-Milkshake / evals
124 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
j0no12's picture
j0no12
Release Sol Milkshake 3M Base
7aa9bc4 verified 1 day ago
  • arithmark_3.json
    113 kB
    Release Sol Milkshake 3M Base 1 day ago
  • open_slm_lm_eval_0.4.12.json
    10.6 kB
    Release Sol Milkshake 3M Base 1 day ago