Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,30 @@ task_categories:
|
|
19 |
- text-classification
|
20 |
task_ids:
|
21 |
- multi-class-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Blog Authorship Corpus
|
@@ -192,4 +216,4 @@ The corpus may be freely used for non-commercial research purposes.
|
|
192 |
|
193 |
### Contributions
|
194 |
|
195 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
19 |
- text-classification
|
20 |
task_ids:
|
21 |
- multi-class-classification
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: date
|
27 |
+
dtype: string
|
28 |
+
- name: gender
|
29 |
+
dtype: string
|
30 |
+
- name: age
|
31 |
+
dtype: int32
|
32 |
+
- name: horoscope
|
33 |
+
dtype: string
|
34 |
+
- name: job
|
35 |
+
dtype: string
|
36 |
+
config_name: blog_authorship_corpus
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 753833081
|
40 |
+
num_examples: 689793
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 41236028
|
43 |
+
num_examples: 37919
|
44 |
+
download_size: 632898892
|
45 |
+
dataset_size: 795069109
|
46 |
---
|
47 |
|
48 |
# Dataset Card for Blog Authorship Corpus
|
|
|
216 |
|
217 |
### Contributions
|
218 |
|
219 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|