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

Llama-3.1-8B-Data-Science-Insight-16.5K

This model is tuned for decision-oriented data mining and applied data science assistance.

Training Setup

  1. Domain SFT: zero9tech/data-scientist-insight-dialog-en-16.5k.

Dataset Test Highlights

  • Total records: 16,463
  • Split: train: 14,021 · validation: 801 · test: 1,641
  • assistant_first_unique_ratio: 0.8408
  • assistant_final_unique_ratio: 1.0000

Usage Note

Model behavior is optimized for decision-focused responses (method choice, alternatives, risk signals, validation planning).

Copyright

Copyright (c) Zero9 Tech

License

Apache-2.0

Downloads last month
4
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with zero9tech/Llama-3.1-8B-Data-Science-Insight-16.5K.

Model tree for zero9tech/Llama-3.1-8B-Data-Science-Insight-16.5K

Quantizations
1 model

Dataset used to train zero9tech/Llama-3.1-8B-Data-Science-Insight-16.5K