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

leonardoeloi
/
mindreader-models

Text Generation
GGUF
autocomplete
mind-reader
imatrix
Model card Files Files and versions
xet
Community

Instructions to use leonardoeloi/mindreader-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use leonardoeloi/mindreader-models with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="leonardoeloi/mindreader-models",
    	filename="Gemma-3-1B.gguf",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use leonardoeloi/mindreader-models 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 leonardoeloi/mindreader-models
    # Run inference directly in the terminal:
    llama cli -hf leonardoeloi/mindreader-models
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf leonardoeloi/mindreader-models
    # Run inference directly in the terminal:
    llama cli -hf leonardoeloi/mindreader-models
    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 leonardoeloi/mindreader-models
    # Run inference directly in the terminal:
    ./llama-cli -hf leonardoeloi/mindreader-models
    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 leonardoeloi/mindreader-models
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf leonardoeloi/mindreader-models
    Use Docker
    docker model run hf.co/leonardoeloi/mindreader-models
  • LM Studio
  • Jan
  • vLLM

    How to use leonardoeloi/mindreader-models with vLLM:

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

    How to use leonardoeloi/mindreader-models with Ollama:

    ollama run hf.co/leonardoeloi/mindreader-models
  • Unsloth Studio

    How to use leonardoeloi/mindreader-models with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for leonardoeloi/mindreader-models to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for leonardoeloi/mindreader-models to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for leonardoeloi/mindreader-models to start chatting
  • Atomic Chat new
  • Docker Model Runner

    How to use leonardoeloi/mindreader-models with Docker Model Runner:

    docker model run hf.co/leonardoeloi/mindreader-models
  • Lemonade

    How to use leonardoeloi/mindreader-models with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull leonardoeloi/mindreader-models
    Run and chat with the model
    lemonade run user.mindreader-models-{{QUANT_TAG}}
    List all available models
    lemonade list
mindreader-models
14.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
leonardoeloi's picture
leonardoeloi
Upload LICENSE-NOTICE.md with huggingface_hub
d12e02e verified 20 days ago
  • .gitattributes
    1.78 kB
    Upload Gemma-3-1B.gguf with huggingface_hub 20 days ago
  • Gemma-3-1B.gguf
    851 MB
    xet
    Upload Gemma-3-1B.gguf with huggingface_hub 20 days ago
  • Gemma-3-4B.gguf
    2.49 GB
    xet
    Upload Gemma-3-4B.gguf with huggingface_hub 20 days ago
  • Gemma-4-E2B.gguf
    3.47 GB
    xet
    Upload Gemma-4-E2B.gguf with huggingface_hub 20 days ago
  • Gemma-4-E4B.gguf
    6.7 GB
    xet
    Upload Gemma-4-E4B.gguf with huggingface_hub 20 days ago
  • LICENSE
    1.41 kB
    Upload LICENSE with huggingface_hub 20 days ago
  • LICENSE-NOTICE.md
    1.16 kB
    Upload LICENSE-NOTICE.md with huggingface_hub 20 days ago
  • LICENSE-apache-2.0.txt
    11.4 kB
    Upload LICENSE-apache-2.0.txt with huggingface_hub 20 days ago
  • LICENSE-gemma-terms.txt
    8.88 kB
    Upload LICENSE-gemma-terms.txt with huggingface_hub 20 days ago
  • Qwen-3-1.7B.gguf
    1.11 GB
    xet
    Upload Qwen-3-1.7B.gguf with huggingface_hub 20 days ago
  • README.md
    2.09 kB
    Upload README.md with huggingface_hub 20 days ago