How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF

This is quantized version of princeton-nlp/Mistral-7B-Base-SFT-RDPO created using llama.cpp

Model Description

This is a model released from the preprint: SimPO: Simple Preference Optimization with a Reference-Free Reward Please refer to our repository for more details.

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

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF

Quantized
(2)
this model

Collection including QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF

Paper for QuantFactory/Mistral-7B-Base-SFT-RDPO-GGUF