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

This is Intellite. A small, 500 million paramater AI model trained on 25 billion tokens of Fine Web EDU,and a 200m token SFT.

It understands English well, but lacks skill in coding and math. Please do not rely on this model for facts, math, science, code, etc, and always double check information as this is a very small model with not too many tokens trained on making it much more prone to hallucination.

Downloads last month
28
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 ProCreations/intellite-500m-sft

Quantizations
1 model

Datasets used to train ProCreations/intellite-500m-sft