albertvillanova HF staff commited on
Commit
685d6cf
1 Parent(s): 08e328c

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -33,9 +33,9 @@ dataset_info:
33
  dtype:
34
  class_label:
35
  names:
36
- 0: NEUTRAL
37
- 1: CONTRADICTION
38
- 2: ENTAILMENT
39
  splits:
40
  - name: train
41
  num_bytes: 1381902
 
33
  dtype:
34
  class_label:
35
  names:
36
+ '0': NEUTRAL
37
+ '1': CONTRADICTION
38
+ '2': ENTAILMENT
39
  splits:
40
  - name: train
41
  num_bytes: 1381902