Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- datacommons_factcheck.py +0 -1
- dataset_infos.json +1 -0
datacommons_factcheck.py
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
# limitations under the License.
|
15 |
"""DataCommons Fact Checked claims"""
|
16 |
|
17 |
-
from __future__ import absolute_import, division, print_function
|
18 |
|
19 |
import json
|
20 |
|
|
|
14 |
# limitations under the License.
|
15 |
"""DataCommons Fact Checked claims"""
|
16 |
|
|
|
17 |
|
18 |
import json
|
19 |
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"fctchk_politifact_wapo": {"description": "A dataset of fact checked claims by news media maintained by datacommons.org\n", "citation": "@InProceedings{huggingface:dataset,\ntitle = {Data Commons 2019 Fact Checks},\nauthors={datacommons.org},\nyear={2019}\n}\n", "homepage": "https://datacommons.org/factcheck/faq", "license": "CC-BY-NC-4.0", "features": {"reviewer_name": {"dtype": "string", "id": null, "_type": "Value"}, "claim_text": {"dtype": "string", "id": null, "_type": "Value"}, "review_date": {"dtype": "string", "id": null, "_type": "Value"}, "review_url": {"dtype": "string", "id": null, "_type": "Value"}, "review_rating": {"dtype": "string", "id": null, "_type": "Value"}, "claim_author_name": {"dtype": "string", "id": null, "_type": "Value"}, "claim_date": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "datacommons_factcheck", "config_name": "fctchk_politifact_wapo", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1772321, "num_examples": 5632, "dataset_name": "datacommons_factcheck"}}, "download_checksums": {"https://datacommons.org/data/factcheck/fact_checks_20190605.txt.gz": {"num_bytes": 671896, "checksum": "81d1f8fcd38010cb8a2d6b857a45909f46b54470f75a31f55e421e5a41f5bb03"}}, "download_size": 671896, "post_processing_size": null, "dataset_size": 1772321, "size_in_bytes": 2444217}, "weekly_standard": {"description": "A dataset of fact checked claims by news media maintained by datacommons.org\n", "citation": "@InProceedings{huggingface:dataset,\ntitle = {Data Commons 2019 Fact Checks},\nauthors={datacommons.org},\nyear={2019}\n}\n", "homepage": "https://datacommons.org/factcheck/faq", "license": "CC-BY-NC-4.0", "features": {"reviewer_name": {"dtype": "string", "id": null, "_type": "Value"}, "claim_text": {"dtype": "string", "id": null, "_type": "Value"}, "review_date": {"dtype": "string", "id": null, "_type": "Value"}, "review_url": {"dtype": "string", "id": null, "_type": "Value"}, "review_rating": {"dtype": "string", "id": null, "_type": "Value"}, "claim_author_name": {"dtype": "string", "id": null, "_type": "Value"}, "claim_date": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "datacommons_factcheck", "config_name": "weekly_standard", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 35061, "num_examples": 132, "dataset_name": "datacommons_factcheck"}}, "download_checksums": {"https://datacommons.org/data/factcheck/fact_checks_20190605.txt.gz": {"num_bytes": 671896, "checksum": "81d1f8fcd38010cb8a2d6b857a45909f46b54470f75a31f55e421e5a41f5bb03"}}, "download_size": 671896, "post_processing_size": null, "dataset_size": 35061, "size_in_bytes": 706957}}
|