Add pipeline tag, library name, and base_model metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationfor better discoverability. - Adding the
library_name: transformersas the model uses a Llama architecture and is compatible with thetransformerslibrary for loading. - Adding
base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-70Bto clearly link it to its original base model. - Removing template placeholder comments from the markdown content for a cleaner presentation.
nanzhang
changed pull request status to
merged