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

Felladrin
/
Minueza-3-95M-Base

Text Generation
GGUF
English
gemma3
base-model
Model card Files Files and versions
xet
Community

Instructions to use Felladrin/Minueza-3-95M-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use Felladrin/Minueza-3-95M-Base with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf Felladrin/Minueza-3-95M-Base:F32
    # Run inference directly in the terminal:
    llama cli -hf Felladrin/Minueza-3-95M-Base:F32
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf Felladrin/Minueza-3-95M-Base:F32
    # Run inference directly in the terminal:
    llama cli -hf Felladrin/Minueza-3-95M-Base:F32
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf Felladrin/Minueza-3-95M-Base:F32
    # Run inference directly in the terminal:
    ./llama-cli -hf Felladrin/Minueza-3-95M-Base:F32
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf Felladrin/Minueza-3-95M-Base:F32
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf Felladrin/Minueza-3-95M-Base:F32
    Use Docker
    docker model run hf.co/Felladrin/Minueza-3-95M-Base:F32
  • LM Studio
  • Jan
  • vLLM

    How to use Felladrin/Minueza-3-95M-Base with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "Felladrin/Minueza-3-95M-Base"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "Felladrin/Minueza-3-95M-Base",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/Felladrin/Minueza-3-95M-Base:F32
  • Ollama

    How to use Felladrin/Minueza-3-95M-Base with Ollama:

    ollama run hf.co/Felladrin/Minueza-3-95M-Base:F32
  • Unsloth Desktop
  • Docker Model Runner

    How to use Felladrin/Minueza-3-95M-Base with Docker Model Runner:

    docker model run hf.co/Felladrin/Minueza-3-95M-Base:F32
  • Lemonade

    How to use Felladrin/Minueza-3-95M-Base with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Felladrin/Minueza-3-95M-Base:F32
    Run and chat with the model
    lemonade run user.Minueza-3-95M-Base-F32
    List all available models
    lemonade list
  • Atomic Chat
Minueza-3-95M-Base
1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Felladrin's picture
Felladrin
Card review round 3, and publish this checkpoint's own four-task scores
ffa5d5c verified 10 days ago
  • .gitattributes
    1.79 kB
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago
  • Minueza-3-95M-Base.F32.gguf
    380 MB
    xet
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago
  • Minueza-3-95M-Base.F32.gguf.optstate
    463 MB
    xet
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago
  • Minueza-3-95M-Base.Q4_0.gguf
    54.6 MB
    xet
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago
  • Minueza-3-95M-Base.Q8_0.gguf
    102 MB
    xet
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago
  • README.md
    22.6 kB
    Card review round 3, and publish this checkpoint's own four-task scores 10 days ago
  • license.txt
    11.4 kB
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago
  • tokenizer.json
    702 kB
    Minueza-3-95M-Base: GGUF weights, optimizer state, tokenizer and model card 14 days ago