Model Card for what-the-phoque

This model is a fine-tuned version of mistralai/Ministral-3-3B-Instruct-2512. It has been trained using TRL.

What the Phoque

A very toxic LLM fine tuned to keep guardrails but allow toxic text generation and comments. Trained via short and long form toxic comments to provide an unstable personality.

Quick start

from transformers import pipeline

question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
generator = pipeline("text-generation", model="eerwitt/what-the-phoque", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])

Training procedure

Visualize in Weights & Biases

This model was trained with SFT.

Framework versions

  • TRL: 0.12.1
  • Transformers: 5.2.0
  • Pytorch: 2.10.0
  • Datasets: 4.6.1
  • Tokenizers: 0.22.2

Citations

Cite TRL as:

@misc{vonwerra2022trl,
    title        = {{TRL: Transformer Reinforcement Learning}},
    author       = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
    year         = 2020,
    journal      = {GitHub repository},
    publisher    = {GitHub},
    howpublished = {\url{https://github.com/huggingface/trl}}
}
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 eerwitt/what-the-phoque

Datasets used to train eerwitt/what-the-phoque