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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LibraxisAI
/
Bielik-1.5b-v3-mlx-mxfp4

Text Generation
MLX
Safetensors
Polish
llama
apple-silicon
bielik
polish
quantized
mxfp4
conversational
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4 with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4")
    
    prompt = "Write a story about Einstein"
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True
    )
    
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • MLX LM

    How to use LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4 with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Interactive chat REPL
    mlx_lm.chat --model "LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4"
    Run an OpenAI-compatible server
    # Install MLX LM
    uv tool install mlx-lm
    # Start the server
    mlx_lm.server --model "LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4"
    # Calling the OpenAI-compatible server with curl
    curl -X POST "http://localhost:8000/v1/chat/completions" \
       -H "Content-Type: application/json" \
       --data '{
         "model": "LibraxisAI/Bielik-1.5b-v3-mlx-mxfp4",
         "messages": [
           {"role": "user", "content": "Hello"}
         ]
       }'
Bielik-1.5b-v3-mlx-mxfp4
853 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
mszymanska's picture
mszymanska
docs: add Tested inference path section, reorganize model card
8fe72eb verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    4.92 kB
    docs: add Tested inference path section, reorganize model card 19 days ago
  • chat_template.jinja
    209 Bytes
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • config.json
    932 Bytes
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • generation_config.json
    111 Bytes
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • model.safetensors
    849 MB
    xet
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • model.safetensors.index.json
    51.9 kB
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • special_tokens_map.json
    671 Bytes
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • tokenizer.json
    3.71 MB
    mxfp4 quant of Polish tiniest Bielik model 4 months ago
  • tokenizer_config.json
    1.81 kB
    mxfp4 quant of Polish tiniest Bielik model 4 months ago