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 correct links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the Deep Ignorance suite by:
- Adding the
pipeline_tag: text-generation
andlibrary_name: transformers
to the metadata, improving discoverability on the Hugging Face Hub (e.g., via filters on https://huggingface.co/models?pipeline_tag=text-generation) and enabling the "how to use" widget. - Updating the model card content to explicitly include the paper title and abstract at the top for better context.
- Adding direct links to the Hugging Face paper page (Deep Ignorance: Filtering Pretraining Data Builds Tamper-Resistant Safeguards into Open-Weight LLMs), the project page (https://deepignorance.ai/), and the GitHub repository (https://github.com/EleutherAI/deep-ignorance). The previous general link to
deepignorance.ai
as "(see paper)" is replaced by these specific links.
These changes make the model card more informative, accurate, and user-friendly.
Kyle1668
changed pull request status to
merged