Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Polish
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,25 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: cdt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -145,4 +164,4 @@ BSD 3-Clause
|
|
145 |
|
146 |
### Contributions
|
147 |
|
148 |
-
Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: cdt
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: sentence
|
25 |
+
dtype: string
|
26 |
+
- name: target
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: '0'
|
31 |
+
1: '1'
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 109681
|
35 |
+
num_examples: 1000
|
36 |
+
- name: train
|
37 |
+
num_bytes: 1104322
|
38 |
+
num_examples: 10041
|
39 |
+
download_size: 375476
|
40 |
+
dataset_size: 1214003
|
41 |
---
|
42 |
|
43 |
# Dataset Card for [Dataset Name]
|
|
|
164 |
|
165 |
### Contributions
|
166 |
|
167 |
+
Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
|