Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -19,6 +19,23 @@ tags:
|
|
19 |
task_categories:
|
20 |
- text-classification
|
21 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for DDisco
|
|
|
19 |
task_categories:
|
20 |
- text-classification
|
21 |
task_ids: []
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: domain
|
27 |
+
dtype: string
|
28 |
+
- name: rating
|
29 |
+
dtype: int64
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 815571
|
33 |
+
num_examples: 801
|
34 |
+
- name: test
|
35 |
+
num_bytes: 209297
|
36 |
+
num_examples: 201
|
37 |
+
download_size: 672202
|
38 |
+
dataset_size: 1024868
|
39 |
---
|
40 |
|
41 |
# Dataset Card for DDisco
|