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

LLM2026_DPO_SFT19_v3

This model is a fine-tuned LoRA adapter of makotonlo/LLM2026_SFT_finalv19_7B using Direct Preference Optimization (DPO).

Training Configuration

  • Base SFT Model: makotonlo/LLM2026_SFT_finalv19_7B
  • Method: DPO
  • Epochs: 3.0
  • Learning rate: 5e-06
  • Beta: 0.5
  • Max sequence length: 1024

Usage

Load via the evaluation script's adapter_merge mode.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for makotonlo/LLM2026_DPO_SFT19_v3

Dataset used to train makotonlo/LLM2026_DPO_SFT19_v3