AndersGiovanni
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
@@ -13,27 +21,21 @@ dataset_info:
|
|
13 |
- name: text
|
14 |
dtype: string
|
15 |
- name: labels
|
|
|
|
|
16 |
sequence: int64
|
17 |
splits:
|
18 |
- name: train
|
19 |
-
num_bytes:
|
20 |
num_examples: 5498
|
21 |
- name: validation
|
22 |
-
num_bytes:
|
23 |
num_examples: 1178
|
24 |
- name: test
|
25 |
-
num_bytes:
|
26 |
num_examples: 1179
|
27 |
-
download_size:
|
28 |
-
dataset_size:
|
29 |
-
license: mit
|
30 |
-
task_categories:
|
31 |
-
- text-classification
|
32 |
-
language:
|
33 |
-
- en
|
34 |
-
pretty_name: 10 Social Dimensions
|
35 |
-
size_categories:
|
36 |
-
- 1K<n<10K
|
37 |
---
|
38 |
# Dataset Card for "10-dim"
|
39 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
+
pretty_name: 10 Social Dimensions
|
10 |
configs:
|
11 |
- config_name: default
|
12 |
data_files:
|
|
|
21 |
- name: text
|
22 |
dtype: string
|
23 |
- name: labels
|
24 |
+
sequence: string
|
25 |
+
- name: labels_one_hot
|
26 |
sequence: int64
|
27 |
splits:
|
28 |
- name: train
|
29 |
+
num_bytes: 2301938.7567154677
|
30 |
num_examples: 5498
|
31 |
- name: validation
|
32 |
+
num_bytes: 493212.7783577339
|
33 |
num_examples: 1178
|
34 |
- name: test
|
35 |
+
num_bytes: 493631.46492679825
|
36 |
num_examples: 1179
|
37 |
+
download_size: 1731677
|
38 |
+
dataset_size: 3288783.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
# Dataset Card for "10-dim"
|
41 |
|