Datasets:

Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
expert-generated
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
d5924cd
1 Parent(s): 9962ca8

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -19,7 +19,6 @@ task_categories:
19
  - question-answering
20
  task_ids:
21
  - closed-domain-qa
22
- paperswithcode_id: null
23
  pretty_name: MedDialog
24
  configs:
25
  - en
@@ -39,8 +38,8 @@ dataset_info:
39
  dtype:
40
  class_label:
41
  names:
42
- 0: Patient
43
- 1: Doctor
44
  - name: utterance
45
  dtype: string
46
  splits:
@@ -63,8 +62,8 @@ dataset_info:
63
  dtype:
64
  class_label:
65
  names:
66
- 0: 病人
67
- 1: 医生
68
  - name: utterance
69
  dtype: string
70
  splits:
 
19
  - question-answering
20
  task_ids:
21
  - closed-domain-qa
 
22
  pretty_name: MedDialog
23
  configs:
24
  - en
 
38
  dtype:
39
  class_label:
40
  names:
41
+ '0': Patient
42
+ '1': Doctor
43
  - name: utterance
44
  dtype: string
45
  splits:
 
62
  dtype:
63
  class_label:
64
  names:
65
+ '0': 病人
66
+ '1': 医生
67
  - name: utterance
68
  dtype: string
69
  splits: