Datasets:
Commit
·
99a2f49
1
Parent(s):
f5d8b31
Fix missing tags in dataset cards (#4908)
Browse filesCommit from https://github.com/huggingface/datasets/commit/c79e737b5247a908f6f63e4bcf9c62abd38ef6ee
- README.md +19 -2
- dataset_infos.json +0 -0
- guardian_authorship.py +1 -1
README.md
CHANGED
@@ -1,8 +1,25 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: GuardianAuthorship
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "guardian_authorship"
|
@@ -54,7 +71,7 @@ train_ds = load_dataset('guardian_authorship', name="cross_topic_<<#>>",
|
|
54 |
tests_ds = load_dataset('guardian_authorship', name="cross_topic_<<#>>",
|
55 |
split='train[-40%:]+validation[-40%:]+test[-40%:]')
|
56 |
|
57 |
-
IMPORTANT: train+validation+test[:60%] will generate the wrong splits
|
58 |
|
59 |
* See https://huggingface.co/docs/datasets/splits.html for detailed/more examples
|
60 |
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
pretty_name: GuardianAuthorship
|
13 |
+
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-classification
|
19 |
+
task_ids:
|
20 |
+
- multi-class-classification
|
21 |
+
- topic-classification
|
22 |
+
paperswithcode_id: null
|
23 |
---
|
24 |
|
25 |
# Dataset Card for "guardian_authorship"
|
|
|
71 |
tests_ds = load_dataset('guardian_authorship', name="cross_topic_<<#>>",
|
72 |
split='train[-40%:]+validation[-40%:]+test[-40%:]')
|
73 |
|
74 |
+
IMPORTANT: train+validation+test[:60%] will generate the wrong splits because the data is imbalanced
|
75 |
|
76 |
* See https://huggingface.co/docs/datasets/splits.html for detailed/more examples
|
77 |
|
dataset_infos.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
guardian_authorship.py
CHANGED
@@ -53,7 +53,7 @@ train_ds = load_dataset('guardian_authorship', name="cross_topic_<<#>>",
|
|
53 |
tests_ds = load_dataset('guardian_authorship', name="cross_topic_<<#>>",
|
54 |
split='train[-40%:]+validation[-40%:]+test[-40%:]')
|
55 |
|
56 |
-
IMPORTANT: train+validation+test[:60%] will generate the wrong splits
|
57 |
|
58 |
* See https://huggingface.co/docs/datasets/splits.html for detailed/more examples
|
59 |
"""
|
|
|
53 |
tests_ds = load_dataset('guardian_authorship', name="cross_topic_<<#>>",
|
54 |
split='train[-40%:]+validation[-40%:]+test[-40%:]')
|
55 |
|
56 |
+
IMPORTANT: train+validation+test[:60%] will generate the wrong splits because the data is imbalanced
|
57 |
|
58 |
* See https://huggingface.co/docs/datasets/splits.html for detailed/more examples
|
59 |
"""
|