Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,76 @@ configs:
|
|
26 |
tags:
|
27 |
- funnier-headline-identification
|
28 |
- funniness-score-prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for [Dataset Name]
|
|
|
26 |
tags:
|
27 |
- funnier-headline-identification
|
28 |
- funniness-score-prediction
|
29 |
+
dataset_info:
|
30 |
+
- config_name: subtask-1
|
31 |
+
features:
|
32 |
+
- name: id
|
33 |
+
dtype: string
|
34 |
+
- name: original
|
35 |
+
dtype: string
|
36 |
+
- name: edit
|
37 |
+
dtype: string
|
38 |
+
- name: grades
|
39 |
+
dtype: string
|
40 |
+
- name: meanGrade
|
41 |
+
dtype: float32
|
42 |
+
splits:
|
43 |
+
- name: funlines
|
44 |
+
num_bytes: 942376
|
45 |
+
num_examples: 8248
|
46 |
+
- name: test
|
47 |
+
num_bytes: 332113
|
48 |
+
num_examples: 3024
|
49 |
+
- name: train
|
50 |
+
num_bytes: 1058589
|
51 |
+
num_examples: 9652
|
52 |
+
- name: validation
|
53 |
+
num_bytes: 269083
|
54 |
+
num_examples: 2419
|
55 |
+
download_size: 1621456
|
56 |
+
dataset_size: 2602161
|
57 |
+
- config_name: subtask-2
|
58 |
+
features:
|
59 |
+
- name: id
|
60 |
+
dtype: string
|
61 |
+
- name: original1
|
62 |
+
dtype: string
|
63 |
+
- name: edit1
|
64 |
+
dtype: string
|
65 |
+
- name: grades1
|
66 |
+
dtype: string
|
67 |
+
- name: meanGrade1
|
68 |
+
dtype: float32
|
69 |
+
- name: original2
|
70 |
+
dtype: string
|
71 |
+
- name: edit2
|
72 |
+
dtype: string
|
73 |
+
- name: grades2
|
74 |
+
dtype: string
|
75 |
+
- name: meanGrade2
|
76 |
+
dtype: float32
|
77 |
+
- name: label
|
78 |
+
dtype:
|
79 |
+
class_label:
|
80 |
+
names:
|
81 |
+
0: equal
|
82 |
+
1: sentence1
|
83 |
+
2: sentence2
|
84 |
+
splits:
|
85 |
+
- name: funlines
|
86 |
+
num_bytes: 451416
|
87 |
+
num_examples: 1958
|
88 |
+
- name: test
|
89 |
+
num_bytes: 665087
|
90 |
+
num_examples: 2960
|
91 |
+
- name: train
|
92 |
+
num_bytes: 2102667
|
93 |
+
num_examples: 9381
|
94 |
+
- name: validation
|
95 |
+
num_bytes: 535044
|
96 |
+
num_examples: 2355
|
97 |
+
download_size: 1621456
|
98 |
+
dataset_size: 3754214
|
99 |
---
|
100 |
|
101 |
# Dataset Card for [Dataset Name]
|