Add comprehensive model card for Mini-o3
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the Mini-o3 model, enhancing its discoverability and usability on the Hugging Face Hub.
The improvements include:
- A detailed description derived from the paper's abstract and GitHub README.
- Links to the official paper (https://huggingface.co/papers/2509.07969), project page (https://mini-o3.github.io/), and GitHub repository (https://github.com/Mini-o3/Mini-o3).
- Essential metadata such as
license: cc-by-nc-4.0,pipeline_tag: image-text-to-text, andlibrary_name: transformers, ensuring proper categorization and enabling the automated "how to use" widget. - Relevant
base_model(Qwen/Qwen2.5-VL-7B-Instruct) anddatasets(Mini-o3/Mini-o3-Coldstart-Dataset) tags for better context and traceability. - Additional tags like
visual-searchandmultimodal. - The official BibTeX citation.
Please note that a direct code snippet for inference has not been included as it was not explicitly provided in the GitHub README content provided in the problem description. Users are directed to the GitHub repository for detailed usage and examples.