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
13.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
j0no12's picture
j0no12
Update config.json
cf5dd22 verified 1 day ago
  • evals
    Release Sol Milkshake 3M Base 1 day ago
  • .gitattributes
    1.78 kB
    Rename sol-milkshake-banner to sol-milkshake 1 day ago
  • LICENSE
    456 Bytes
    Release Sol Milkshake 3M Base 1 day ago
  • README.md
    5.74 kB
    Update README.md 1 day ago
  • config.json
    396 Bytes
    Update config.json 1 day ago
  • model.npz
    12 MB
    xet
    Release Sol Milkshake 3M Base 1 day ago
  • modeling_sol_milkshake.py
    11.1 kB
    Release Sol Milkshake 3M Base 1 day ago
  • requirements.txt
    59 Bytes
    Release Sol Milkshake 3M Base 1 day ago
  • sol-milkshake
    1.37 MB
    xet
    Rename sol-milkshake-banner to sol-milkshake 1 day ago
  • sol_config.py
    1.22 kB
    Release Sol Milkshake 3M Base 1 day ago
  • tokenizer.json
    123 kB
    Release Sol Milkshake 3M Base 1 day ago
  • tokenizer_config.json
    220 Bytes
    Release Sol Milkshake 3M Base 1 day ago
  • training_state.json
    670 Bytes
    Release Sol Milkshake 3M Base 1 day ago