mkon commited on
Commit
422db0d
1 Parent(s): 0f40df8

rename dataloader

Browse files
ara_stance.py → ara-stance.py RENAMED
File without changes
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"stance": {"description": "The AraStance dataset contains true and false claims, where each claim is paired with one or more documents. Each claim\u2013article pair has a stance label: agree, disagree, discuss, or unrelated.\n", "citation": "@article{arastance,\n url = {https://arxiv.org/abs/2104.13559},\n author = {Alhindi, Tariq and Alabdulkarim, Amal and Alshehri, Ali and Abdul-Mageed, Muhammad and Nakov, Preslav},\n title = {AraStance: A Multi-Country and Multi-Domain Dataset of Arabic Stance Detection for Fact Checking},\n year = {2021}, \n copyright = {Creative Commons Attribution 4.0 International}\n}\n\n", "homepage": "https://github.com/Tariq60/arastance", "license": "cc-by-4.0", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "claim": {"dtype": "string", "id": null, "_type": "Value"}, "article": {"dtype": "string", "id": null, "_type": "Value"}, "stance": {"num_classes": 4, "names": ["Agree", "Disagree", "Discuss", "Unrelated"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "ara_stance", "config_name": "stance", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 28770728, "num_examples": 2848, "dataset_name": "ara_stance"}, "validation": {"name": "validation", "num_bytes": 6895664, "num_examples": 569, "dataset_name": "ara_stance"}, "test": {"name": "test", "num_bytes": 5400545, "num_examples": 646, "dataset_name": "ara_stance"}}, "download_checksums": {"arastance_train.csv": {"num_bytes": 28782511, "checksum": "6517c57b701d0df9d2800b8d275ac5fcedac323798c1632322062649670c582b"}, "arastance_valid.csv": {"num_bytes": 6899120, "checksum": "e4cd1b2c7ee96e3ed87810949e28d63186321075a5e7c0eff3254ab171865f67"}, "arastance_test.csv": {"num_bytes": 5401474, "checksum": "1f22ba28e9bb302ba8d4a61af764ee126a6c60fa77896f87bb5e590c9f11f240"}}, "download_size": 41083105, "post_processing_size": null, "dataset_size": 41066937, "size_in_bytes": 82150042}}