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

IDEA-Research
/
Rex-Thinker-GRPO-7B

Zero-Shot Object Detection
Transformers
Safetensors
English
qwen2_5_vl
image-text-to-text
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use IDEA-Research/Rex-Thinker-GRPO-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IDEA-Research/Rex-Thinker-GRPO-7B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="IDEA-Research/Rex-Thinker-GRPO-7B")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("IDEA-Research/Rex-Thinker-GRPO-7B")
    model = AutoModelForMultimodalLM.from_pretrained("IDEA-Research/Rex-Thinker-GRPO-7B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Rex-Thinker-GRPO-7B / demo
1.25 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Mountchicken's picture
Mountchicken
Upload 15 files
56d0a80 verified about 1 year ago
  • example_images
    Upload 15 files about 1 year ago
  • gradio_demo.py
    11.6 kB
    Upload 15 files about 1 year ago
  • inference_single_image.py
    6.33 kB
    Upload 15 files about 1 year ago