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

Llama_Instruct

Mini-Llama 8B Instruct - 0124

My base pretrain model has undergone full fine-tuning on an additional 350M tokens using portions of Tulu 3 and Nvidia Nemotron instruct sets. It is rough but functionsl, and still needs DPO training to align it with human preferences.

For the base pretrain, see: Nabbers1999/Mini-Llama-8B-Base-0124

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

Model tree for Nabbers1999/Mini-Llama-8B-Instruct-0124

Finetuned
(18)
this model
Quantizations
1 model

Datasets used to train Nabbers1999/Mini-Llama-8B-Instruct-0124

Collection including Nabbers1999/Mini-Llama-8B-Instruct-0124