How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "AISE-TUDelft/Custom-Activations-GPT-PReLU"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "AISE-TUDelft/Custom-Activations-GPT-PReLU",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/AISE-TUDelft/Custom-Activations-GPT-PReLU
Quick Links

Basemodel: GPT-Neo

Configs: Vocab size: 10,000 Hidden size: 512 Max position embeddings: 512 Number of layers: 2 Number of heads: 4 Window size: 256 Intermediate-size: 1024

Results:

  • Task: glue Score: 58.83 Confidence Interval: [57.6, 59.82]
  • Task: blimp Score: 57.60 Confidence Interval: [56.34, 58.83]
Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train AISE-TUDelft/Custom-Activations-GPT-PReLU

Collection including AISE-TUDelft/Custom-Activations-GPT-PReLU