PlenitudeAI's picture
Update README.md
1ba0799
metadata
dataset_info:
  features:
    - name: previous
      dtype: string
    - name: character
      dtype: string
    - name: line
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 191013022
      num_examples: 121841
  download_size: 0
  dataset_size: 191013022
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dataset Card for "simpsons_prompt_lines"

image

I used the Simpsons Kaggle dataset (simpsons_episodes.csv and simpsons_script_lines.csv) I got the idea and part of the code from this blog post from Replicate.

This can be used to fine-tune a Chat LLM model, to speak like one of the characters of the show !

Example

{
    "previous": "Marge Simpson: Homer, get up! Up, up, up!\nMarge Simpson: Oh no!\nHomer Simpson: Whuzzit... My juice box!\nMarge Simpson: Sorry, Homie, but you promised to take me to the Apron Expo today.",
    "character": "Homer Simpson",
    "line": "Just give me ten more hours.",
    "text": "<s> [INST] Below is a script from the American animated sitcom The Simpsons. Write a response that completes Homer Simpson's last line in the conversation. \n\nMarge Simpson: Homer, get up! Up, up, up!\nMarge Simpson: Oh no!\nHomer Simpson: Whuzzit... My juice box!\nMarge Simpson: Sorry, Homie, but you promised to take me to the Apron Expo today.\nHomer Simpson: [/INST] Just give me ten more hours. </s>"
}

Characters

  • Homer Simpson
  • Bart Simpson
  • Marge Simpson
  • Lisa Simpson
  • C. Montgomery Burns
  • Seymour Skinner
  • Moe Szyslak
  • Ned Flanders
  • Grampa Simpson
  • Krusty the Clown
  • Chief Wiggum
  • Milhouse Van Houten
  • Waylon Smithers
  • Apu Nahasapeemapetilon
  • Kent Brockman
  • Nelson Muntz
  • Barney Gumble
  • Lenny Leonard
  • Edna Krabappel-Flanders
  • Sideshow Bob
  • Dr. Julius Hibbert
  • Selma Bouvier
  • Ralph Wiggum
  • Rev. Timothy Lovejoy
  • Crowd
  • Carl Carlson
  • Patty Bouvier
  • Mayor Joe Quimby
  • Otto Mann
  • Groundskeeper Willie
  • Martin Prince
  • Announcer
  • Comic Book Guy
  • Kids
  • Lionel Hutz
  • HERB
  • Sideshow Mel
  • Gary Chalmers
  • Professor Jonathan Frink
  • Jimbo Jones
  • Lou
  • Todd Flanders
  • Miss Hoover
  • Agnes Skinner
  • Maude Flanders
  • Troy McClure
  • Fat Tony
  • Snake Jailbird

More Information needed