albertvillanova HF staff commited on
Commit
273c126
1 Parent(s): 07892f9

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (c4dbf2ca6858555acd1f5b7ced8f514f1ac5190c)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -54,9 +54,9 @@ dataset_info:
54
  dtype:
55
  class_label:
56
  names:
57
- 0: meaning
58
- 1: fluency
59
- 2: simplicity
60
  - name: worker_id
61
  dtype: int32
62
  - name: rating
 
54
  dtype:
55
  class_label:
56
  names:
57
+ '0': meaning
58
+ '1': fluency
59
+ '2': simplicity
60
  - name: worker_id
61
  dtype: int32
62
  - name: rating