Add library_name and pipeline_tag metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team.
This PR improves the model card for KnowRL-DeepSeek-R1-Distill-Qwen-7B by adding relevant metadata:
library_name: transformers: This enables the "Use in Transformers" button and automated code snippets.pipeline_tag: text-generation: This ensures the model is correctly categorized on the Hub.base_modelanddatasets: Links the model to its training data and base model for better discoverability.
The content of the model card remains largely the same, maintaining your existing description and usage instructions.