Improve model card with description, usage examples, and metadata
#3
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
license: apache-2.0andmetrics: - accuracyto the YAML metadata for better discoverability and clarity on usage terms and evaluation. - Providing a concise model description for quick understanding.
- Including comprehensive Python code examples for text generation, code generation, and chat completion, making it easier for users to get started with the model.
- Clarifying that the GitHub repository serves as both the code repository and the project page, and moving this information to a more prominent section.
- Improving overall markdown structure for readability.
yolay changed pull request status to merged