Add pipeline_tag and library_name metadata
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding the pipeline_tag
as feature-extraction
and library_name
as dictionary-learning
to the YAML metadata.
- The
pipeline_tag: feature-extraction
helps users discover the model more easily through filtering by task on the Hugging Face Hub, as these Sparse Autoencoders are designed to extract interpretable features from model activations. - The
library_name: dictionary-learning
clearly indicates the primary library used for these SAEs, aiding in setup and usage.
Thank you!
sthyland
changed pull request status to
merged