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

Barcenas Tiny 1.1b DPO

It is a model based on the famous TinyLlama/TinyLlama-1.1B-Chat-v1.0 and trained with DPO using the Intel/orca_dpo_pairs dataset.

With its reinforcement based training we hope to improve the Tiny model in a huge way and have a better model with better responses with a small size and accessible to most people.

Many thanks to Maxime Labonne (mlabonne) for his tutorial on how to train a LLM model using DPO, without his tutorial this model would not have been possible.

Made with ❤️ in Guadalupe, Nuevo Leon, Mexico 🇲🇽

Downloads last month
49
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with Danielbrdz/Barcenas-Tiny-1.1b-DPO.

Model tree for Danielbrdz/Barcenas-Tiny-1.1b-DPO

Finetunes
1 model
Quantizations
7 models

Dataset used to train Danielbrdz/Barcenas-Tiny-1.1b-DPO