theblackcat102 commited on
Commit
df2b379
1 Parent(s): 080ffcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Dataset Card for Dataset Name
6
+
7
+ ## Dataset Description
8
+
9
+ - **Homepage:** : https://explainthejoke.com/
10
+
11
+ ### Dataset Summary
12
+
13
+ Corpus for testing whether your LLM can explain the joke well. But this is a rather small dataset, if someone can point to a larger ones would be very nice.
14
+
15
+
16
+ ### Languages
17
+
18
+ English
19
+
20
+ ## Dataset Structure
21
+
22
+ ### Data Fields
23
+
24
+ * url : link to the explaination
25
+
26
+ * joke : the original joke
27
+
28
+ * explaination : the explaination of the joke
29
+
30
+ ### Data Splits
31
+
32
+ Since its so small, there's no splits just like gsm8k
33
+