albertvillanova HF staff commited on
Commit
110faef
1 Parent(s): 6b70ca1

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (3c56e7ba6608ce7dd2c9b227cd8f23345c4b287e)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ dataset_info:
13
  dtype:
14
  class_label:
15
  names:
16
- 0: entailment
17
- 1: neutral
18
- 2: contradiction
19
  - name: explanation_1
20
  dtype: string
21
  - name: explanation_2
13
  dtype:
14
  class_label:
15
  names:
16
+ '0': entailment
17
+ '1': neutral
18
+ '2': contradiction
19
  - name: explanation_1
20
  dtype: string
21
  - name: explanation_2