Datasets:

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

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 +2 -2
README.md CHANGED
@@ -38,8 +38,8 @@ dataset_info:
38
  dtype:
39
  class_label:
40
  names:
41
- 0: NOT_SUPPORTED
42
- 1: SUPPORTED
43
  - name: num_hops
44
  dtype: int32
45
  - name: hpqa_id
 
38
  dtype:
39
  class_label:
40
  names:
41
+ '0': NOT_SUPPORTED
42
+ '1': SUPPORTED
43
  - name: num_hops
44
  dtype: int32
45
  - name: hpqa_id