How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "SSON9/solar-open2-tiny-dummy"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "SSON9/solar-open2-tiny-dummy",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/SSON9/solar-open2-tiny-dummy
Quick Links

solar-open2-tiny-dummy

Random-weight tiny dummy of the SolarOpen2 architecture, used for transformers CI integration tests. Not a trained model — outputs are meaningless.

Structure mirrors the public model at small scale: hybrid attention with the default gqa_interval=3-derived pattern ([full_attention, linear_attention x3] x3, 12 layers), NoPE full attention with output sigmoid gate, factored Kimi-Delta-Attention projections (head_dim 128), and a 16-expert top-4 MoE with one shared expert. Tokenizer files are copied from upstage/Solar-Open2-250B. Weights are randomly initialized with a fixed seed (torch.manual_seed(42)) in bfloat16 (617M parameters).

Downloads last month
29
Safetensors
Model size
0.6B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support