Improve model card: Add pipeline tag, library name, and update paper/code links
#1
by nielsr HF Staff - opened
This PR enhances the model card for internlm3-8B-Nex-N1 by:
- Adding
library_name: transformersto enable the "how to use" widget, as the model is compatible with the 🤗 Transformers library as evidenced byInternLM3ForCausalLMarchitecture andtransformers_versioninconfig.json. - Including
pipeline_tag: text-generation, making the model discoverable under this pipeline on the Hugging Face Hub. - Updating the paper link in the navigation to point to the official Hugging Face paper page: Nex-N1: Agentic Models Trained via a Unified Ecosystem for Large-Scale Environment Construction, and also adding a reference in the introduction.
- Adding an explicit link to the GitHub repository for easier access to the code.
Please review and merge if these improvements align with your expectations.
guoteng changed pull request status to merged