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 explicit links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generation
to ensure discoverability via the Hugging Face Hub filters (e.g., https://huggingface.co/models?pipeline_tag=text-generation). - Specifying
library_name: transformers
to correctly identify the compatible library and enable the "How to use" widget. - Adding prominent links to the paper, project page, and GitHub repository at the top for improved navigation and visibility.
- Correcting the in-text link
(see paper)
to(see project page)
as it currently points to the project's website. - Adding
print()
to the sample usage code for clearer output.
Please review and merge this PR if everything looks good.
Kyle1668
changed pull request status to
merged