How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="CorticalStack/mistral-7b-distilabel-truthy-dpo")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("CorticalStack/mistral-7b-distilabel-truthy-dpo")
model = AutoModelForCausalLM.from_pretrained("CorticalStack/mistral-7b-distilabel-truthy-dpo", device_map="auto")
Quick Links

mistral-7b-distilabel-truthy-dpo

mistral-7b-distilabel-truthy-dpo is a DPO fine-tuned version of mistralai/Mistral-7B-v0.1 using the mlabonne/distilabel-truthy-dpo-v0.1 dataset.

LoRA

  • r: 16
  • LoRA alpha: 16
  • LoRA dropout: 0.05

Training arguments

  • Batch size: 4
  • Gradient accumulation steps: 4
  • Optimizer: paged_adamw_32bit
  • Max steps: 100
  • Learning rate: 5e-05
  • Learning rate scheduler type: cosine
  • Beta: 0.1
  • Max prompt length: 1024
  • Max length: 1536
Downloads last month
49
Safetensors
Model size
7B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for CorticalStack/mistral-7b-distilabel-truthy-dpo

Finetuned
(945)
this model
Quantizations
3 models

Spaces using CorticalStack/mistral-7b-distilabel-truthy-dpo 9