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

gguf:

  • q4_k_m
  • 16-bit

This model is based on Meta Llama 3.1 8b, and is governed by the Llama 3.1 license.

Fine-tune using ORPO

Training Details

Training Data

  • dataset: reciperesearch/dolphin-sft-v0.1-preference

Training Procedure

ORPO techniques

Training Hyperparameters

  • Training regime: {{ training_regime | default("[More Information Needed]", true)}}

TrainOutput(global_step=30, training_loss=4.25380277633667, metrics={'train_runtime': 679.3467, 'train_samples_per_second': 0.353, 'train_steps_per_second': 0.044, 'total_flos': 0.0, 'train_loss': 4.25380277633667, 'epoch': 0.015})

Downloads last month
206
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for EpistemeAI/Dolphin-Llama-3.1-8B-orpo-v0.1-4bit-gguf

Quantized
(238)
this model

Dataset used to train EpistemeAI/Dolphin-Llama-3.1-8B-orpo-v0.1-4bit-gguf