Improve model card: Add pipeline tag, library name, paper link, and GitHub code link

#2
by nielsr HF Staff - opened

This PR enhances the model card for DeepSeek-V3.1-Nex-N1 by:

  • Adding pipeline_tag: text-generation to categorize the model accurately, improving discoverability on the Hugging Face Hub.
  • Adding library_name: transformers as the model architecture (DeepseekV3ForCausalLM in config.json) indicates compatibility with the Transformers library, enabling the automated code snippet on the Hub.
  • Updating the "Tech Report" link in the top navigation to point to the official Hugging Face paper page: Nex-N1: Agentic Models Trained via a Unified Ecosystem for Large-Scale Environment Construction.
  • Adding a direct link to the GitHub code repository (https://github.com/nex-agi/Nex-N1) in the top navigation for improved access to the codebase.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment