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

Model Card for FIPO-IPL-IPO-Tulu2-70B

Our repository: https://github.com/LuJunru/FIPO_Project.

Our paper: https://arxiv.org/abs/2402.11811.

Input Format

The model is trained to use the following format (note the newlines):

<|user|>
Your message here!
<|assistant|>

For best results, format all inputs in this manner. Make sure to include a newline after <|assistant|>, this can affect generation quality quite a bit.

Downloads last month
1
Safetensors
Model size
69B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Junrulu/FIPO-IPL-IPO-Tulu2-70B

Finetuned
(1)
this model
Quantizations
2 models

Dataset used to train Junrulu/FIPO-IPL-IPO-Tulu2-70B

Paper for Junrulu/FIPO-IPL-IPO-Tulu2-70B