Improve model card: add pipeline tag, move arxiv id, and link to code
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team. This PR improves the model card for TernaryLM-132M by:
- Adding the
pipeline_tag: text-generationto ensure the model is correctly categorized on the Hub. - Moving the ArXiv ID from the YAML metadata to the Markdown content (as a link to the paper).
- Adding a link to the official GitHub repository for better accessibility to the code.
- Refining the Markdown structure for improved readability.