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-30B-A3B

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

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

  • Libraries
  • PEFT

    How to use ruotian/SelectGround-30B-A3B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-30B-A3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "ruotian/SelectGround-30B-A3B")
  • Notebooks
  • Google Colab
  • Kaggle
SelectGround-30B-A3B
168 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ruotian's picture
ruotian
Remove generated Python bytecode
a55da56 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.27 kB
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • adapter_config.json
    1.15 kB
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • adapter_model.safetensors
    107 MB
    xet
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • evaluate.py
    6.78 kB
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • selectground.py
    17.2 kB
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • selection_head.pt
    2.46 kB
    xet
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • train.py
    27.7 kB
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • training_manifest.json
    1.81 kB
    Replace with ContrastGround-trained SelectGround-30B-A3B 5 days ago
  • visual_merger.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

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