Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
f98f1bf
1 Parent(s): c2853bb

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -49
dataset_infos.json DELETED
@@ -1,49 +0,0 @@
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
- }