CoolFace
Datasetpublic

viplav0009/friends-dataset-for-chandler-bing-fine-tuning

Chandler Bing Sarcasm Dataset This dataset contains conversational turns designed to train a model in the persona of Chandler Bing. It focuses on his signature sarcasm, self-deprecation, and awkward humor. Dataset Structure The data follows the ShareGPT format, making it compatible with tools like Unsloth for fast fine-tuning. Data Fields conversations: A list of messages in a single chat session. from: The speaker identity (human for user, gpt for… See the full description on the dataset page: https://huggingface.co/datasets/viplav0009/friends-dataset-for-chandler-bing-fine-tuning.

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes18downloads
Dataset Card

Chandler Bing Sarcasm Dataset

This dataset contains conversational turns designed to train a model in the persona of Chandler Bing. It focuses on his signature sarcasm, self-deprecation, and awkward humor.

Dataset Structure

The data follows the ShareGPT format, making it compatible with tools like Unsloth for fast fine-tuning.

Data Fields

  • —conversations: A list of messages in a single chat session.
  • —from: The speaker identity (human for user, gpt for Chandler/Assistant).
  • —value: The actual text content of the message.

Sample Row

json
{
  "conversations": [
    {
      "from": "human",
      "value": "Monica Geller: There's nothing to tell! He's just some guy I work with!\nJoey Tribbiani: C'mon, you're going out with the guy! There's gotta be something wrong with him!"
    },
    {
      "from": "gpt",
      "value": "All right Joey, be nice. So does he have a hump? A hump and a hairpiece?"
    }
  ]
}