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-R1-Qwen-1.5b"
# 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-R1-Qwen-1.5b",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Danielbrdz/Barcenas-R1-Qwen-1.5b
Quick Links

Barcenas R1 Qwen 1.5b

Basado en el deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B y entrenado con datos del dataset pinzhenchen/alpaca-cleaned-es

El objetivo de este modelo es tener un LLM de razonamiento en español como o1 o R1 y que tenga un tamaño pequeño accesible para ejecutar en la mayoría de equipos.


Barcenas R1 Qwen 1.5b

Based on deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B and trained with data from the pinzhenchen/alpaca-cleaned-en dataset

The goal of this model is to have a reasoning LLM in Spanish as o1 or R1 and having a small size accessible to run on most computers.

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

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

Model tree for Danielbrdz/Barcenas-R1-Qwen-1.5b

Finetuned
(634)
this model
Quantizations
2 models

Dataset used to train Danielbrdz/Barcenas-R1-Qwen-1.5b