PlenitudeAI commited on
Commit
1ba0799
·
1 Parent(s): 8a34bfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -23,4 +23,72 @@ configs:
23
  ---
24
  # Dataset Card for "simpsons_prompt_lines"
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
23
  ---
24
  # Dataset Card for "simpsons_prompt_lines"
25
 
26
+ ![image](https://media.tenor.com/JjHb_yG-nk8AAAAC/homer-simpson-simpsons.gif)
27
+
28
+ I used the [Simpsons](https://www.kaggle.com/datasets/prashant111/the-simpsons-dataset?resource=download&select=simpsons_episodes.csv) Kaggle dataset (simpsons_episodes.csv and simpsons_script_lines.csv)
29
+ I got the idea and part of the code from this [blog post](https://replicate.com/blog/fine-tune-llama-to-speak-like-homer-simpson) from Replicate.
30
+
31
+ This can be used to fine-tune a Chat LLM model, to speak like one of the characters of the show !
32
+
33
+ ### Example
34
+ ```json
35
+ {
36
+ "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.",
37
+ "character": "Homer Simpson",
38
+ "line": "Just give me ten more hours.",
39
+ "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>"
40
+ }
41
+ ```
42
+
43
+ ### Characters
44
+
45
+ - Homer Simpson
46
+ - Bart Simpson
47
+ - Marge Simpson
48
+ - Lisa Simpson
49
+ - C. Montgomery Burns
50
+ - Seymour Skinner
51
+ - Moe Szyslak
52
+ - Ned Flanders
53
+ - Grampa Simpson
54
+ - Krusty the Clown
55
+ - Chief Wiggum
56
+ - Milhouse Van Houten
57
+ - Waylon Smithers
58
+ - Apu Nahasapeemapetilon
59
+ - Kent Brockman
60
+ - Nelson Muntz
61
+ - Barney Gumble
62
+ - Lenny Leonard
63
+ - Edna Krabappel-Flanders
64
+ - Sideshow Bob
65
+ - Dr. Julius Hibbert
66
+ - Selma Bouvier
67
+ - Ralph Wiggum
68
+ - Rev. Timothy Lovejoy
69
+ - Crowd
70
+ - Carl Carlson
71
+ - Patty Bouvier
72
+ - Mayor Joe Quimby
73
+ - Otto Mann
74
+ - Groundskeeper Willie
75
+ - Martin Prince
76
+ - Announcer
77
+ - Comic Book Guy
78
+ - Kids
79
+ - Lionel Hutz
80
+ - HERB
81
+ - Sideshow Mel
82
+ - Gary Chalmers
83
+ - Professor Jonathan Frink
84
+ - Jimbo Jones
85
+ - Lou
86
+ - Todd Flanders
87
+ - Miss Hoover
88
+ - Agnes Skinner
89
+ - Maude Flanders
90
+ - Troy McClure
91
+ - Fat Tony
92
+ - Snake Jailbird
93
+
94
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)