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

Graphite DPO fine-tune

Private Direct Preference Optimization fine-tune of appvoid/v118-dpo-round-01 on ./v118_dpo_round_02.jsonl.

Training

  • Method: full-model DPO with TRL
  • Reference model: appvoid/v118-dpo-round-01
  • Epochs: 1.0
  • Beta: 0.1
  • Loss type: sigmoid
  • Source fields: instruction, text, output, rejected
  • Preference rows used: 89284
  • Prompt format: native tokenizer chat template when available
Downloads last month
10
Safetensors
Model size
0.4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for appvoid/v118-round-02

Base model

appvoid/v118
Finetuned
(2)
this model