Improve model card with full abstract, usage example, and metadata

#3
by nielsr HF Staff - opened

This PR significantly improves the model card for yolay/RAIF-DeepSeek-Qwen-1.5B by:

  • Enhancing Metadata:
    • Adding the license: apache-2.0 based on the project's GitHub repository.
    • Including language: en to accurately reflect the model's language.
  • Expanding Content:
    • Adding the full research paper abstract for a more comprehensive overview.
    • Including a detailed transformers usage example with a conversational prompt, making it easier for users to interact with the model. The example now correctly uses tokenizer.apply_chat_template and generation parameters from the model's configuration.
    • Incorporating Table 2 from the paper/GitHub repository, which provides additional performance metrics.
    • Restructuring the model card with clearer markdown headers for improved readability and navigation.
    • Adding "Acknowledgement" and "License" sections from the GitHub README.

These changes aim to provide researchers and users with more complete and accessible information about the model and its proper usage.

yolay changed pull request status to merged

Sign up or log in to comment