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

FalconThink3-10B Demo (Finetune of Falcon3-10B-IT on Ultrathink dataset)

Q4_K_M GGUF-quant available here

This is SFT-finetune Falcon3-10B-IT on Ultrathink dataset. This is far from a perfect model, its main purpose is to show an example of using the dataset.

Trained by Fluently Team (@ehristoforu) with Unsloth AI with love🥰

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

Model tree for fluently-sets/FalconThink3-10B-IT

Finetuned
(12)
this model
Quantizations
4 models

Dataset used to train fluently-sets/FalconThink3-10B-IT

Collection including fluently-sets/FalconThink3-10B-IT