Text Generation
Transformers
PyTorch
gpt_neox
text-generation-inference
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "EleutherAI/pythia-intervention-6.9b-deduped"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "EleutherAI/pythia-intervention-6.9b-deduped",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/EleutherAI/pythia-intervention-6.9b-deduped
Quick Links

This model is part of an intervention study done in the paper Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling where we replaced all masculine pronouns with femanine ones and retrained the model for the last 21 billion tokens. The regular model can be found here.

We do not recommend using this model for any purpose other than to study the influence of gender pronouns on language model behavior.

Downloads last month
787
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train EleutherAI/pythia-intervention-6.9b-deduped

Spaces using EleutherAI/pythia-intervention-6.9b-deduped 2

Paper for EleutherAI/pythia-intervention-6.9b-deduped