Image Segmentation
Transformers
Safetensors
English
qwen2_5_vl
image-text-to-text
vision
segmentation
text-generation-inference
Instructions to use Ricky06662/Seg-Zero-7B-Best-on-ReasonSegTest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ricky06662/Seg-Zero-7B-Best-on-ReasonSegTest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Ricky06662/Seg-Zero-7B-Best-on-ReasonSegTest")# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Ricky06662/Seg-Zero-7B-Best-on-ReasonSegTest") model = AutoModelForImageTextToText.from_pretrained("Ricky06662/Seg-Zero-7B-Best-on-ReasonSegTest") - Notebooks
- Google Colab
- Kaggle
Enhance model card for Seg-Zero-7B with detailed overview, usage, and training info
#2
by nielsr HF Staff - opened
This PR significantly enhances the Seg-Zero-7B model card by integrating comprehensive details from the project's official GitHub repository and the paper abstract. Key improvements include:
- Expanded Model Overview: A more detailed description drawing from the paper's abstract, highlighting the unique reinforcement learning approach, decoupled architecture, and key performance metrics.
- Visuals and Features: Added overview and architecture diagrams, along with explicit lists of Seg-Zero's and the code's highlighted features, directly from the GitHub README.
- Updated Installation and Usage: Replaced outdated installation and inference instructions with the latest, more comprehensive details from the GitHub repository, including multi-object inference.
- Examples Section: Incorporated visual examples to demonstrate the model's output.
- Evaluation and Training Guides: Added dedicated sections for evaluation and training, including dataset links, recommended hardware, and scripts for reproducibility.
- GRPO Algorithm Explanation: Included a brief explanation and diagram of the underlying GRPO algorithm.
- Citation and Acknowledgements: Added the full BibTeX citations for the relevant papers and an acknowledgement section, ensuring proper attribution.
These updates provide a much richer and more practical resource for users interacting with the Seg-Zero-7B model on the Hugging Face Hub.
Ricky06662 changed pull request status to merged