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

Barcenas Llama3 8b ORPO

Model trained with the novel new ORPO method, based on the recent Llama 3 8b, specifically: VAGOsolutions/Llama-3-SauerkrautLM-8b-Instruct

The model was trained with the dataset: reciperesearch/dolphin-sft-v0.1-preference which uses Dolphin data with GPT 4 to improve its conversation sections.

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

Downloads last month
8,139
Safetensors
Model size
8B params
Tensor type
F16
Β·
Inference Providers NEW
Input a message to start chatting with Danielbrdz/Barcenas-Llama3-8b-ORPO.

Model tree for Danielbrdz/Barcenas-Llama3-8b-ORPO

Merges
6 models
Quantizations
3 models

Spaces using Danielbrdz/Barcenas-Llama3-8b-ORPO 10