albertvillanova HF staff commited on
Commit
0291ae4
1 Parent(s): f72f6bf

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (c5233e51d14d7cef0fd8517664b42ff58c1a7f64)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,9 +27,9 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: P
31
- 1: N
32
- 2: O
33
  splits:
34
  - name: train
35
  num_bytes: 161190
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': P
31
+ '1': N
32
+ '2': O
33
  splits:
34
  - name: train
35
  num_bytes: 161190