laugustyniak commited on
Commit
8330a72
1 Parent(s): e5d3ccb

add corrected info

Browse files
Files changed (1) hide show
  1. dataset_infos.json +98 -0
dataset_infos.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "political-advertising-pl": {
3
+ "description": "Polish Political Advertising Dataset",
4
+ "citation": "@inproceedings{augustyniak-etal-2020-political,\n title = \"Political Advertising Dataset: the use case of the Polish 2020 Presidential Elections\",\n author = \"Augustyniak, Lukasz and\n Rajda, Krzysztof and\n Kajdanowicz, Tomasz and\n Bernaczyk, Micha{\\l}\",\n booktitle = \"Proceedings of the The Fourth Widening Natural Language Processing Workshop\",\n month = jul,\n year = \"2020\",\n address = \"Seattle, USA\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.winlp-1.28\",\n pages = \"110--114\"\n}\n",
5
+ "homepage": "https://github.com/laugustyniak/misinformation",
6
+ "license": "",
7
+ "features": {
8
+ "id": { "dtype": "string", "id": null, "_type": "Value" },
9
+ "tokens": {
10
+ "feature": { "dtype": "string", "id": null, "_type": "Value" },
11
+ "length": -1,
12
+ "id": null,
13
+ "_type": "Sequence"
14
+ },
15
+ "tags": {
16
+ "feature": {
17
+ "num_classes": 19,
18
+ "names": [
19
+ "O",
20
+ "B-DEFENSE_AND_SECURITY",
21
+ "I-DEFENSE_AND_SECURITY",
22
+ "B-EDUCATION",
23
+ "I-EDUCATION",
24
+ "B-FOREIGN_POLICY",
25
+ "I-FOREIGN_POLICY",
26
+ "B-HEALHCARE",
27
+ "I-HEALHCARE",
28
+ "B-IMMIGRATION",
29
+ "I-IMMIGRATION",
30
+ "B-INFRASTRUCTURE_AND_ENVIROMENT",
31
+ "I-INFRASTRUCTURE_AND_ENVIROMENT",
32
+ "B-POLITICAL_AND_LEGAL_SYSTEM",
33
+ "I-POLITICAL_AND_LEGAL_SYSTEM",
34
+ "B-SOCIETY",
35
+ "I-SOCIETY",
36
+ "B-WELFARE",
37
+ "I-WELFARE"
38
+ ],
39
+ "id": null,
40
+ "_type": "ClassLabel"
41
+ },
42
+ "length": -1,
43
+ "id": null,
44
+ "_type": "Sequence"
45
+ }
46
+ },
47
+ "post_processed": null,
48
+ "supervised_keys": null,
49
+ "task_templates": null,
50
+ "builder_name": "political_advertising_dataset",
51
+ "config_name": "political-advertising-pl",
52
+ "version": {
53
+ "version_str": "1.0.0",
54
+ "description": null,
55
+ "major": 1,
56
+ "minor": 0,
57
+ "patch": 0
58
+ },
59
+ "splits": {
60
+ "train": {
61
+ "name": "train",
62
+ "num_bytes": 606982,
63
+ "num_examples": 1020,
64
+ "dataset_name": "political_advertising_dataset"
65
+ },
66
+ "test": {
67
+ "name": "test",
68
+ "num_bytes": 194615,
69
+ "num_examples": 341,
70
+ "dataset_name": "political_advertising_dataset"
71
+ },
72
+ "validation": {
73
+ "name": "validation",
74
+ "num_bytes": 200144,
75
+ "num_examples": 340,
76
+ "dataset_name": "political_advertising_dataset"
77
+ }
78
+ },
79
+ "download_checksums": {
80
+ "https://huggingface.co/datasets/laugustyniak/political-advertising-pl/resolve/main/train.parquet": {
81
+ "num_bytes": 180137,
82
+ "checksum": "ae6d5d8b226e52c8d47540bc1180be5b3c69a603b7aec4211adc0f0486f4afab"
83
+ },
84
+ "https://huggingface.co/datasets/laugustyniak/political-advertising-pl/resolve/main/test.parquet": {
85
+ "num_bytes": 67275,
86
+ "checksum": "e09aeb0170a55b6005cc83dfbe269df048770208b2dc5e2ea6c018d67d4d6b08"
87
+ },
88
+ "https://huggingface.co/datasets/laugustyniak/political-advertising-pl/resolve/main/dev.parquet": {
89
+ "num_bytes": 66658,
90
+ "checksum": "de664603570769f3f3940309f1bad02a2b6c5612631860e7cc0d307ca41f2edb"
91
+ }
92
+ },
93
+ "download_size": 314070,
94
+ "post_processing_size": null,
95
+ "dataset_size": 1001741,
96
+ "size_in_bytes": 1315811
97
+ }
98
+ }