Replace YAML keys from int to str

#1
by albertvillanova HF staff - opened
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: