shchoi1019
commited on
Commit
•
6fc8029
1
Parent(s):
4fecd50
Upload dataset
Browse files- Irony Detection/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
Irony Detection/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b25fa5ba736976e168bfc237626bd1c4fef51757b59b7934db49cb7fd7c0e36
|
3 |
+
size 224057
|
README.md
CHANGED
@@ -288,6 +288,24 @@ dataset_info:
|
|
288 |
num_examples: 16016
|
289 |
download_size: 6099376
|
290 |
dataset_size: 18754320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
- config_name: Keyword Tagging
|
292 |
features:
|
293 |
- name: instruction
|
@@ -1037,6 +1055,10 @@ configs:
|
|
1037 |
data_files:
|
1038 |
- split: train
|
1039 |
path: Intent Identification/train-*
|
|
|
|
|
|
|
|
|
1040 |
- config_name: Keyword Tagging
|
1041 |
data_files:
|
1042 |
- split: train
|
|
|
288 |
num_examples: 16016
|
289 |
download_size: 6099376
|
290 |
dataset_size: 18754320
|
291 |
+
- config_name: Irony Detection
|
292 |
+
features:
|
293 |
+
- name: instruction
|
294 |
+
dtype: string
|
295 |
+
- name: input
|
296 |
+
dtype: string
|
297 |
+
- name: output
|
298 |
+
dtype: string
|
299 |
+
- name: domain
|
300 |
+
dtype: string
|
301 |
+
- name: lang
|
302 |
+
dtype: string
|
303 |
+
splits:
|
304 |
+
- name: train
|
305 |
+
num_bytes: 1867373
|
306 |
+
num_examples: 2854
|
307 |
+
download_size: 224057
|
308 |
+
dataset_size: 1867373
|
309 |
- config_name: Keyword Tagging
|
310 |
features:
|
311 |
- name: instruction
|
|
|
1055 |
data_files:
|
1056 |
- split: train
|
1057 |
path: Intent Identification/train-*
|
1058 |
+
- config_name: Irony Detection
|
1059 |
+
data_files:
|
1060 |
+
- split: train
|
1061 |
+
path: Irony Detection/train-*
|
1062 |
- config_name: Keyword Tagging
|
1063 |
data_files:
|
1064 |
- split: train
|