Datasets:

Languages:
Portuguese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
License:
albertvillanova HF staff commited on
Commit
e2653dd
1 Parent(s): 34c21f4

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (67f3126514ea8477d1716ba81c14e692924501f4)

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -27,8 +27,8 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: 'no'
31
- 1: 'yes'
32
  - name: text
33
  dtype: string
34
  splits:
@@ -43,8 +43,8 @@ dataset_info:
43
  dtype:
44
  class_label:
45
  names:
46
- 0: 'no'
47
- 1: 'yes'
48
  - name: text
49
  dtype: string
50
  splits:
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': 'no'
31
+ '1': 'yes'
32
  - name: text
33
  dtype: string
34
  splits:
43
  dtype:
44
  class_label:
45
  names:
46
+ '0': 'no'
47
+ '1': 'yes'
48
  - name: text
49
  dtype: string
50
  splits: