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

Persephone

image/jpeg

After being in a bit of a rut, I decided to take a radically different approach to produce something new and exciting. It seems to have worked out. I hope you enjoy!

Downloads last month
82
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for ResplendentAI/Persephone_7B

Merges
5 models
Quantizations
3 models

Collection including ResplendentAI/Persephone_7B