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

mradermacher
/
Gliese-OCR-7B-Post2.0-final-GGUF

Image-to-Text
Transformers
GGUF
English
text-generation-inference
Document
VLM
KIE
VL
Camel
Openpdf
Extraction
Linking
Markdown
Document Digitization
Intelligent Document Processing (IDP)
Intelligent Word Recognition (IWR)
pdf2markdown
ocr
conversational
Model card Files Files and versions
xet
Community

Instructions to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF")
    messages = [
        {"role": "user", "content": "Who are you?"},
    ]
    pipe(messages)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF 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 mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    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 mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    ./llama-cli -hf mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    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 mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    Use Docker
    docker model run hf.co/mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
  • LM Studio
  • Jan
  • Ollama

    How to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF with Ollama:

    ollama run hf.co/mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
  • Unsloth Studio

    How to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF 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 mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF 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 mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF to start chatting
  • Docker Model Runner

    How to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF with Docker Model Runner:

    docker model run hf.co/mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
  • Lemonade

    How to use mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull mradermacher/Gliese-OCR-7B-Post2.0-final-GGUF:Q4_K_M
    Run and chat with the model
    lemonade run user.Gliese-OCR-7B-Post2.0-final-GGUF-Q4_K_M
    List all available models
    lemonade list
  • Atomic Chat
Gliese-OCR-7B-Post2.0-final-GGUF
70.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
mradermacher's picture
mradermacher
uploaded from nico1
9f18f48 verified 10 months ago
  • .gitattributes
    2.58 kB
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.IQ4_XS.gguf
    4.25 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q2_K.gguf
    3.02 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q3_K_L.gguf
    4.09 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q3_K_M.gguf
    3.81 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q3_K_S.gguf
    3.49 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q4_K_M.gguf
    4.68 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q4_K_S.gguf
    4.46 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q5_K_M.gguf
    5.44 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q5_K_S.gguf
    5.32 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q6_K.gguf
    6.25 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.Q8_0.gguf
    8.1 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.f16.gguf
    15.2 GB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.mmproj-Q8_0.gguf
    856 MB
    xet
    uploaded from nico1 10 months ago
  • Gliese-OCR-7B-Post2.0-final.mmproj-f16.gguf
    1.35 GB
    xet
    uploaded from nico1 10 months ago
  • README.md
    3.85 kB
    auto-patch README.md 10 months ago