Text Generation
Transformers
Safetensors
PyTorch
English
gpt_neox
causal-lm
pythia
safety
unlearning
data-filtering
interpretability
pretraining
eleutherai
gpt-neox
wmdp
cbrn
tamper-resistance
research
model-suite
6.9b
circuit-breaking
knowledge-filtering
open-weight
biothreat
safety-research
model-diffing
training-dynamics
text-generation-inference
Improve model card: Add pipeline tag, library name, and key resource links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: text-generation
to the YAML metadata, improving discoverability for users browsing models by task (e.g., https://huggingface.co/models?pipeline_tag=text-generation). - Specifying
library_name: transformers
in the metadata, which ensures the model is correctly identified with the Hugging Face Transformers library and enables the "how to use" widget on the Hub. - Adding explicit links to the paper, project page, and GitHub repository directly after the introductory paragraph for easier access to key information.
- Correcting the existing inline "see paper" link in the second paragraph to accurately point to the official Hugging Face paper page (
https://huggingface.co/papers/2508.06601
), replacing the previous misleading link to the project page.
These changes collectively improve the model card's completeness, usability, and adherence to Hub best practices.
Kyle1668
changed pull request status to
merged