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

ruotian
/
SelectGround-8B

Image-Text-to-Text
PEFT
Safetensors
gui-grounding
computer-use
qwen3-vl
lora
selectground
Model card Files Files and versions
xet
Community

Instructions to use ruotian/SelectGround-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ruotian/SelectGround-8B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "ruotian/SelectGround-8B")
  • Notebooks
  • Google Colab
  • Kaggle
SelectGround-8B
430 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
ruotian's picture
ruotian
Add Self-Contrastive Grounding inference and ablations
4a027f2 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.56 kB
    Add Self-Contrastive Grounding inference and ablations 5 days ago
  • adapter_config.json
    1.14 kB
    Replace with ContrastGround-trained SelectGround-8B 5 days ago
  • adapter_model.safetensors
    349 MB
    xet
    Replace with ContrastGround-trained SelectGround-8B 5 days ago
  • evaluate.py
    7.58 kB
    Add Self-Contrastive Grounding inference and ablations 5 days ago
  • selectground.py
    17.2 kB
    Replace with ContrastGround-trained SelectGround-8B 5 days ago
  • selection_head.pt
    2.46 kB
    xet
    Replace with ContrastGround-trained SelectGround-8B 5 days ago
  • self_contrast.py
    12.5 kB
    Add Self-Contrastive Grounding inference and ablations 5 days ago
  • self_contrast_manifest.json
    4.36 kB
    Add Self-Contrastive Grounding inference and ablations 5 days ago
  • train.py
    27.7 kB
    Replace with ContrastGround-trained SelectGround-8B 5 days ago
  • training_manifest.json
    1.79 kB
    Replace with ContrastGround-trained SelectGround-8B 5 days ago
  • visual_merger.pt

    Detected Pickle imports (3)

    • "torch.BFloat16Storage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    80.2 MB
    xet
    Add files using upload-large-folder tool about 1 month ago