Taranosaurus commited on
Commit
5f7e678
·
verified ·
1 Parent(s): a50cc70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -41
README.md CHANGED
@@ -34,46 +34,62 @@ The parquet file contains the following columns:
34
  Quote ID: #54588
35
  Score: 517
36
  Quote:
37
- > <BalkanEmperorGlaug> Another flight attendant's comment on a
38
- >
39
- > less than perfect landing: "We ask you to please remain
40
- >
41
- > seated as Captain Kangaroo bounces us to the terminal."
42
- >
43
- > <Schroe[Sleepies]> On my first flight ever, the captain came
44
- >
45
- > on over the intercom -
46
- >
47
- > <Schroe[Sleepies]> "We aren't really a flight crew ... but we
48
- >
49
- > did stay at a Holiday Inn Express!"
50
- >
51
- > <mike> :P
52
- >
53
- > <mike> i wanna be a pilot
54
- >
55
- > <mike> then i can come over the intercom, "What's this button
56
- >
57
- > do...OH FUCKING SHIT!!"
58
- >
59
- > <mike> then after panic ensues, "Just kidding!"
60
- >
61
- > <Glaug-Eldare> "The weather at our destination is 50 degrees
62
- >
63
- > with some broken clouds, but we'll try to have them fixed
64
- >
65
- > before we arrive."
66
- >
67
- > <Glaug-Eldare> Then you can get fired!
68
- >
69
- > <Glaug-Eldare> =D
70
- >
71
- > <mike> then i can get a job that's on the ground!
72
- >
73
- > <Glaug-Eldare> And throw wrenches at planes' windows while
74
- >
75
- > they're taking off?
76
- >
77
- > <mike> i was thinking more along the lines of programming
78
 
 
 
 
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  Quote ID: #54588
35
  Score: 517
36
  Quote:
37
+ ---
38
+ license: unknown
39
+ task_categories:
40
+ - text-generation
41
+ language:
42
+ - en
43
+ tags:
44
+ - bash.org
45
+ - irc
46
+ - chat-archive
47
+ pretty_name: Bash.org Archive
48
+ size_categories:
49
+ - 10K<n<100K
50
+ ---
51
+
52
+ **Details**
53
+ This is an unofficial dataset of an archive mirror of Bash.org: https://bash-org-archive.com/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
+ Bash.org was a website launched in 1999 dedicated to archiving funny quotes from IRC other chat platforms over the years.
56
+
57
+ It offers a look into jokes, memes, and often inappropriate content that was quite commonplace at the time.
58
 
59
+
60
+ This dataset has been cleaned with a custom paraser, aiming to preserve the original format of the content.
61
+
62
+ The parquet file contains the following columns:
63
+
64
+ | qid | score | quote |
65
+ | --- | ----- | ----- |
66
+ | Quote ID | Score | Quote |
67
+
68
+
69
+ **Sample**
70
+ Quote ID: #54588
71
+ Score: 517
72
+ Quote:
73
+ ```
74
+ <BalkanEmperorGlaug> Another flight attendant's comment on a
75
+ less than perfect landing: "We ask you to please remain
76
+ seated as Captain Kangaroo bounces us to the terminal."
77
+ <Schroe[Sleepies]> On my first flight ever, the captain came
78
+ on over the intercom -
79
+ <Schroe[Sleepies]> "We aren't really a flight crew ... but we
80
+ did stay at a Holiday Inn Express!"
81
+ <mike> :P
82
+ <mike> i wanna be a pilot
83
+ <mike> then i can come over the intercom, "What's this button
84
+ do...OH FUCKING SHIT!!"
85
+ <mike> then after panic ensues, "Just kidding!"
86
+ <Glaug-Eldare> "The weather at our destination is 50 degrees
87
+ with some broken clouds, but we'll try to have them fixed
88
+ before we arrive."
89
+ <Glaug-Eldare> Then you can get fired!
90
+ <Glaug-Eldare> =D
91
+ <mike> then i can get a job that's on the ground!
92
+ <Glaug-Eldare> And throw wrenches at planes' windows while
93
+ they're taking off?
94
+ <mike> i was thinking more along the lines of programming
95
+ ```