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

Dreamstar-12B

Overview

Dreamstar-12B is made by merging Sweet_Dreams_12B, Darkstar-12B, and Hollow-Aether-12B using a custom method.

Show YAML Config
models:
  - model: SicariusSicariiStuff/Sweet_Dreams_12B
  - model: Retreatcost/Darkstar-12B
  - model: Vortex5/Hollow-Aether-12B
merge_method: smf
parameters:
  strength: 1.0
  smoothness: 0.6
  uniqueness: 0.8
dtype: bfloat16
tokenizer:
  source: union
    

Intended Use

⭐ Storytelling
🎭 Roleplay
✨ Creative Writing

Credits

Downloads last month
8
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for Vortex5/Dreamstar-12B