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

Glowing-Forest-2

image/png

Previous merge was experimental, and I wasn't happy about it. So I did another one, that seems better in creative writing and role-play.

Merge Details

Merge Method

This model was merged using the Linear merge method.

Models Merged

The following models were included in the merge:

  • Glowing-Forest-1.5
  • Rei-12B

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Glowing-Forest-1.5
    parameters:
      weight: 0.6
  - model: Rei-12B
    parameters:
      weight: 0.4
merge_method: linear
dtype: float16
Downloads last month
3
Safetensors
Model size
12B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Ateron/Glowing-Forest-2-12B

Paper for Ateron/Glowing-Forest-2-12B