albertvillanova HF staff commited on
Commit
f86e309
1 Parent(s): 3368b44

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 +7 -7
README.md CHANGED
@@ -11,7 +11,6 @@ license:
11
  - cc-by-sa-3.0
12
  - mit
13
  - other
14
- license_details: Open Portion of the American National Corpus
15
  multilinguality:
16
  - monolingual
17
  size_categories:
@@ -30,6 +29,7 @@ pretty_name: Natural Language Inference in Turkish
30
  configs:
31
  - multinli_tr
32
  - snli_tr
 
33
  dataset_info:
34
  - config_name: snli_tr
35
  features:
@@ -43,9 +43,9 @@ dataset_info:
43
  dtype:
44
  class_label:
45
  names:
46
- 0: entailment
47
- 1: neutral
48
- 2: contradiction
49
  splits:
50
  - name: train
51
  num_bytes: 71175743
@@ -70,9 +70,9 @@ dataset_info:
70
  dtype:
71
  class_label:
72
  names:
73
- 0: entailment
74
- 1: neutral
75
- 2: contradiction
76
  splits:
77
  - name: train
78
  num_bytes: 75524150
 
11
  - cc-by-sa-3.0
12
  - mit
13
  - other
 
14
  multilinguality:
15
  - monolingual
16
  size_categories:
 
29
  configs:
30
  - multinli_tr
31
  - snli_tr
32
+ license_details: Open Portion of the American National Corpus
33
  dataset_info:
34
  - config_name: snli_tr
35
  features:
 
43
  dtype:
44
  class_label:
45
  names:
46
+ '0': entailment
47
+ '1': neutral
48
+ '2': contradiction
49
  splits:
50
  - name: train
51
  num_bytes: 71175743
 
70
  dtype:
71
  class_label:
72
  names:
73
+ '0': entailment
74
+ '1': neutral
75
+ '2': contradiction
76
  splits:
77
  - name: train
78
  num_bytes: 75524150