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

Uploaded finetuned model

  • Developed by: NovatasticRoScript
  • License: apache-2.0
  • Finetuned from model : unsloth/qwen2.5-0.5b-instruct-unsloth-bnb-4bit

1st teacher model for upcoming Atomight-V2.2, we'll be released soon. Future teacher mdoels: UltraMath, UltraCode, UltraBench, and more..

This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
39
Safetensors
Model size
0.5B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for NovatasticRoScript/Atomight-V2.2-UltraThink-0.5B

Quantizations
3 models

Datasets used to train NovatasticRoScript/Atomight-V2.2-UltraThink-0.5B

Spaces using NovatasticRoScript/Atomight-V2.2-UltraThink-0.5B 2

Collection including NovatasticRoScript/Atomight-V2.2-UltraThink-0.5B