Upload dataset
Browse files
README.md
CHANGED
|
@@ -143,6 +143,25 @@ dataset_info:
|
|
| 143 |
num_examples: 91
|
| 144 |
download_size: 228745
|
| 145 |
dataset_size: 351271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
- config_name: dbpedia_easy
|
| 147 |
features:
|
| 148 |
- name: text
|
|
@@ -707,6 +726,12 @@ configs:
|
|
| 707 |
path: civil_comments/train-*
|
| 708 |
- split: val
|
| 709 |
path: civil_comments/val-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 710 |
- config_name: dbpedia_easy
|
| 711 |
data_files:
|
| 712 |
- split: train
|
|
|
|
| 143 |
num_examples: 91
|
| 144 |
download_size: 228745
|
| 145 |
dataset_size: 351271
|
| 146 |
+
- config_name: colbert_humor_detection
|
| 147 |
+
features:
|
| 148 |
+
- name: text
|
| 149 |
+
dtype: string
|
| 150 |
+
- name: row_id
|
| 151 |
+
dtype: string
|
| 152 |
+
- name: ground_truth
|
| 153 |
+
struct:
|
| 154 |
+
- name: humor_label
|
| 155 |
+
dtype: string
|
| 156 |
+
splits:
|
| 157 |
+
- name: train
|
| 158 |
+
num_bytes: 108285
|
| 159 |
+
num_examples: 909
|
| 160 |
+
- name: val
|
| 161 |
+
num_bytes: 10501
|
| 162 |
+
num_examples: 91
|
| 163 |
+
download_size: 74230
|
| 164 |
+
dataset_size: 118786
|
| 165 |
- config_name: dbpedia_easy
|
| 166 |
features:
|
| 167 |
- name: text
|
|
|
|
| 726 |
path: civil_comments/train-*
|
| 727 |
- split: val
|
| 728 |
path: civil_comments/val-*
|
| 729 |
+
- config_name: colbert_humor_detection
|
| 730 |
+
data_files:
|
| 731 |
+
- split: train
|
| 732 |
+
path: colbert_humor_detection/train-*
|
| 733 |
+
- split: val
|
| 734 |
+
path: colbert_humor_detection/val-*
|
| 735 |
- config_name: dbpedia_easy
|
| 736 |
data_files:
|
| 737 |
- split: train
|
colbert_humor_detection/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aec1b0e56fd9723628aa6a2e050718f2ac83a66a9eb76aca26cdb3e1d40f8ff
|
| 3 |
+
size 65170
|
colbert_humor_detection/val-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b03175f454b5084f7dc3d81b26c296db73c9439fa64d96b5a5bb6e840c51e9d
|
| 3 |
+
size 9060
|