Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
efb2d49
1 Parent(s): ea542c2

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 +10 -10
README.md CHANGED
@@ -27,16 +27,16 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: T - shirt / top
31
- 1: Trouser
32
- 2: Pullover
33
- 3: Dress
34
- 4: Coat
35
- 5: Sandal
36
- 6: Shirt
37
- 7: Sneaker
38
- 8: Bag
39
- 9: Ankle boot
40
  config_name: fashion_mnist
41
  splits:
42
  - name: train
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': T - shirt / top
31
+ '1': Trouser
32
+ '2': Pullover
33
+ '3': Dress
34
+ '4': Coat
35
+ '5': Sandal
36
+ '6': Shirt
37
+ '7': Sneaker
38
+ '8': Bag
39
+ '9': Ankle boot
40
  config_name: fashion_mnist
41
  splits:
42
  - name: train