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 the
pipeline_tag: text-generation
to the metadata, which improves discoverability on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-generation). - Specifying
library_name: transformers
in the metadata to enable the "How to use" widget on the model page, given the model's compatibility with the Transformers library. - Adding explicit links to the paper, project page, and GitHub repository at the top of the README content for easy access and navigation.
- Updating the existing paper link within the introductory text to point to the official Hugging Face Papers page.
These changes provide more comprehensive and accessible information for users interacting with the model.
Kyle1668
changed pull request status to
merged