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

EditorAI mini — tiny experimental build

A very small experimental fine-tune produced early in the EditorAI project. For real use see the current versioned releases — this is kept only for archive purposes.

License

Apache-2.0.

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

Model tree for EditorAI-Geode/editorai-mini

Quantizations
1 model