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

Softball-Q4 (GGUF)

Format: GGUF (compatible with llama.cpp, llamafile, many runtimes)
Size: ~4.9 GB (q4_K_M quant)
Base model: Meta-Llama-3-8B-Instruct Finetuning: LoRA merged on 09-12-2025, domain: softball analytics Q&A & text-to-SQL.

Intended Use

  • Natural language Q&A and SQL assistance for softball data.
  • Educational and exploratory analysis assistance.

Not intended for: safety-critical decisions or authoritative rule enforcement.

Downloads last month
3
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support