Datasets:
ArXiv:
License:
Saptarshi7
commited on
Commit
·
f09979b
1
Parent(s):
2f8cf0a
Upload dataset_infos.json
Browse files- dataset_infos.json +1 -1
dataset_infos.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"covid_qa_cleaned_CS": {"description": "
|
|
|
1 |
+
{"covid_qa_cleaned_CS": {"description": "Cleaned version of COVID-QA containing fixes as mentioned in <paper yet to be published>.", "license": "Apache License 2.0", "features": {"document_id": {"dtype": "int32", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "is_impossible": {"dtype": "bool", "id": null, "_type": "Value"}, "id": {"dtype": "int32", "id": null, "_type": "Value"}, "answers": {"feature": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "answer_start": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": [{"task": "question-answering-extractive", "question_column": "question", "context_column": "context", "answers_column": "answers"}], "builder_name": "covid_qa_cleaned_CS", "config_name": "covid_qa_cleaned_CS", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65151262, "num_examples": 2019, "dataset_name": "covid_qa_cleaned_CS"}}}}
|