Add library_name and improve paper links
#5
by
nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
I've opened this PR to improve the model card for Phi-4-Reasoning-Vision-15B:
- Added
library_name: transformersto the metadata. This enables automated code snippets and the "Use in Transformers" button on the Hub, as the model is compatible with the library viaauto_map. - Added a link to the Hugging Face paper page for the technical report.
- Included the sample usage script found in the GitHub repository for Azure Foundry hosting.
Everything else remains consistent with your original documentation.
Looking at the diff, it appears large portions of the readme were removed in this change. Was that intentional?
Hi, no that looks wrong, apologies.
Would you be able to add library_name: transformers and mention https://huggingface.co/papers/2603.03975 in the model card? This will make the model show up on the paper page.
Could also send a follow-up PR.