Datasets:

Sub-tasks:
fact-checking
Languages:
Tagalog
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
f2a392a
1 Parent(s): b4b30ab

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (81936205a63f10c5fe502c17b3cb77ad0ea84a94)

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,8 +25,8 @@ dataset_info:
25
  dtype:
26
  class_label:
27
  names:
28
- 0: '0'
29
- 1: '1'
30
  - name: article
31
  dtype: string
32
  splits:
25
  dtype:
26
  class_label:
27
  names:
28
+ '0': '0'
29
+ '1': '1'
30
  - name: article
31
  dtype: string
32
  splits: