Datasets:

Languages:
Tagalog
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
7b551f6
1 Parent(s): c542eb7

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
@@ -29,8 +29,8 @@ dataset_info:
29
  dtype:
30
  class_label:
31
  names:
32
- 0: '0'
33
- 1: '1'
34
  splits:
35
  - name: train
36
  num_bytes: 154510599
 
29
  dtype:
30
  class_label:
31
  names:
32
+ '0': '0'
33
+ '1': '1'
34
  splits:
35
  - name: train
36
  num_bytes: 154510599