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-lassi

Text Generation
MLX
English
sol_lassi
causal-lm
decoder-only
small-language-model
experimental
sol-intelligence
Model card Files Files and versions
xet
Community

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

  • Libraries
  • MLX

    How to use solintellegence/sol-lassi 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-lassi")
    
    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-lassi 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-lassi" --prompt "Once upon a time"
  • Atomic Chat
sol-lassi
4.02 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
j0no12's picture
j0no12
Remove generated Python cache artifact
348e9ca verified 3 days ago
  • keystone_mlx
    Publish Sol Lassi 600K Base 3 days ago
  • .gitattributes
    1.58 kB
    Publish Sol Lassi 600K Base 3 days ago
  • LICENSE
    456 Bytes
    Publish Sol Lassi 600K Base 3 days ago
  • README.md
    3.21 kB
    Publish Sol Lassi 600K Base 3 days ago
  • config.json
    370 Bytes
    Publish Sol Lassi 600K Base 3 days ago
  • model.npz
    2.41 MB
    xet
    Publish Sol Lassi 600K Base 3 days ago
  • modeling_sol_lassi.py
    1.8 kB
    Publish Sol Lassi 600K Base 3 days ago
  • requirements.txt
    49 Bytes
    Publish Sol Lassi 600K Base 3 days ago
  • sol-lassi-banner.png
    1.44 MB
    xet
    Publish Sol Lassi 600K Base 3 days ago
  • tokenizer.json
    122 kB
    Publish Sol Lassi 600K Base 3 days ago
  • tokenizer_config.json
    220 Bytes
    Publish Sol Lassi 600K Base 3 days ago
  • training_state.json
    850 Bytes
    Publish Sol Lassi 600K Base 3 days ago