Update model card with paper link and library details
#18
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding a direct link to the official Hugging Face paper page (Voxtral), providing full academic context.
- Updating the
library_name
metadata tag totransformers
. This correctly reflects the model's native support in the Hugging Face Transformers library and ensures the "how to use" widget is displayed on the model page. - Adding
vllm
to thetags
metadata, highlighting its support for the vLLM inference engine as mentioned in the usage examples.