Improve model card: add Arxiv ID, library name, and language tags
#2
by
nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face. I've opened this PR to improve the documentation of this model.
Specifically, I have:
- Added the
arxivID to the metadata to link the model repository with its technical report. - Added the
library_name: vllmtag, as the documentation provides evidence that the model is supported by vLLM for high-performance inference. - Added language tags for the 30 supported languages to improve the model's discoverability.
- Structured the README to include an overview, architecture details, and sample usage snippets for both Transformers and vLLM backends.
These changes help users find, understand, and run the model more efficiently. Let me know if you have any questions!