albertvillanova HF staff commited on
Commit
bebe30d
1 Parent(s): fe509be

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -34,10 +34,15 @@ dataset_info:
34
  '1': 1
35
  splits:
36
  - name: train
37
- num_bytes: 701650
38
  num_examples: 3048
39
- download_size: 665688
40
- dataset_size: 701650
 
 
 
 
 
41
  ---
42
 
43
  # Dataset Card for [medical_questions_pairs]
 
34
  '1': 1
35
  splits:
36
  - name: train
37
+ num_bytes: 701642
38
  num_examples: 3048
39
+ download_size: 313704
40
+ dataset_size: 701642
41
+ configs:
42
+ - config_name: default
43
+ data_files:
44
+ - split: train
45
+ path: data/train-*
46
  ---
47
 
48
  # Dataset Card for [medical_questions_pairs]
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdd6d8ac7bc25f0a4c6ae1b324dd3e730b78965b14abd830f6cb1869b27594f
3
+ size 313704
dataset_infos.json CHANGED
@@ -1 +1,49 @@
1
- {"default": {"description": "This dataset consists of 3048 similar and dissimilar medical question pairs hand-generated and labeled by Curai's doctors.\n", "citation": "", "homepage": "https://github.com/curai/medical-question-pair-dataset", "license": "", "features": {"dr_id": {"dtype": "int32", "id": null, "_type": "Value"}, "question_1": {"dtype": "string", "id": null, "_type": "Value"}, "question_2": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": [0, 1], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "medical_questions_pairs", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 701650, "num_examples": 3048, "dataset_name": "medical_questions_pairs"}}, "download_checksums": {"https://raw.githubusercontent.com/curai/medical-question-pair-dataset/master/mqp.csv": {"num_bytes": 665688, "checksum": "94ecd609a9ca9350e1cff2438aa55a034762f01c1a68732aaae3e4be7b03cf57"}}, "download_size": 665688, "post_processing_size": null, "dataset_size": 701650, "size_in_bytes": 1367338}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "This dataset consists of 3048 similar and dissimilar medical question pairs hand-generated and labeled by Curai's doctors.\n",
4
+ "citation": "@misc{mccreery2020effective,\n title={Effective Transfer Learning for Identifying Similar Questions: Matching User Questions to COVID-19 FAQs},\n author={Clara H. McCreery and Namit Katariya and Anitha Kannan and Manish Chablani and Xavier Amatriain},\n year={2020},\n eprint={2008.13546},\n archivePrefix={arXiv},\n primaryClass={cs.IR}\n}\n",
5
+ "homepage": "https://github.com/curai/medical-question-pair-dataset",
6
+ "license": "",
7
+ "features": {
8
+ "dr_id": {
9
+ "dtype": "int32",
10
+ "_type": "Value"
11
+ },
12
+ "question_1": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "question_2": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "names": [
22
+ 0,
23
+ 1
24
+ ],
25
+ "_type": "ClassLabel"
26
+ }
27
+ },
28
+ "builder_name": "medical_questions_pairs",
29
+ "dataset_name": "medical_questions_pairs",
30
+ "config_name": "default",
31
+ "version": {
32
+ "version_str": "0.0.0",
33
+ "major": 0,
34
+ "minor": 0,
35
+ "patch": 0
36
+ },
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 701642,
41
+ "num_examples": 3048,
42
+ "dataset_name": null
43
+ }
44
+ },
45
+ "download_size": 313704,
46
+ "dataset_size": 701642,
47
+ "size_in_bytes": 1015346
48
+ }
49
+ }