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/CodeBarcenas-7b"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Danielbrdz/CodeBarcenas-7b",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Danielbrdz/CodeBarcenas-7b
Quick Links

CodeBarcenas Model specialized in the Python language Based on the model: WizardLM/WizardCoder-Python-7B-V1.0 And trained with the dataset: mlabonne/Evol-Instruct-Python-26k

Made with ❀️ in Guadalupe, Nuevo Leon, Mexico πŸ‡²πŸ‡½

Downloads last month
985
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Danielbrdz/CodeBarcenas-7b

Quantizations
1 model

Spaces using Danielbrdz/CodeBarcenas-7b 28