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

luisf-mc
/
gui-g2-3b-ccf

Image-to-Text
Transformers
English
gui-grounding
screen-understanding
vision-language-model
icon-detection
screenspot
visual-search
Model card Files Files and versions
xet
Community

Instructions to use luisf-mc/gui-g2-3b-ccf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use luisf-mc/gui-g2-3b-ccf 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="luisf-mc/gui-g2-3b-ccf")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("luisf-mc/gui-g2-3b-ccf", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gui-g2-3b-ccf
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
luisf-mc's picture
luisf-mc
Update live demo perf: ~700ms warm fast (vLLM v0.19.1)
4fb46e6 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Add side-by-side comparison image to model card about 1 month ago
  • README.md
    10.3 kB
    Update live demo perf: ~700ms warm fast (vLLM v0.19.1) about 1 month ago
  • comparison.png
    226 kB
    xet
    Add side-by-side comparison image to model card about 1 month ago
  • cursor_ccf.py
    12.8 kB
    Initial release: GUI-G2-3B + CCF inference wrapper (+2.2pp icon over base) about 1 month ago
  • predict.py
    6.68 kB
    Initial release: GUI-G2-3B + CCF inference wrapper (+2.2pp icon over base) about 1 month ago
  • requirements.txt
    539 Bytes
    Initial release: GUI-G2-3B + CCF inference wrapper (+2.2pp icon over base) about 1 month ago