Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
7cfd73d
1 Parent(s): e6489c2

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 +14 -14
README.md CHANGED
@@ -25,20 +25,20 @@ dataset_info:
25
  dtype:
26
  class_label:
27
  names:
28
- 0: Company
29
- 1: EducationalInstitution
30
- 2: Artist
31
- 3: Athlete
32
- 4: OfficeHolder
33
- 5: MeanOfTransportation
34
- 6: Building
35
- 7: NaturalPlace
36
- 8: Village
37
- 9: Animal
38
- 10: Plant
39
- 11: Album
40
- 12: Film
41
- 13: WrittenWork
42
  - name: title
43
  dtype: string
44
  - name: content
 
25
  dtype:
26
  class_label:
27
  names:
28
+ '0': Company
29
+ '1': EducationalInstitution
30
+ '2': Artist
31
+ '3': Athlete
32
+ '4': OfficeHolder
33
+ '5': MeanOfTransportation
34
+ '6': Building
35
+ '7': NaturalPlace
36
+ '8': Village
37
+ '9': Animal
38
+ '10': Plant
39
+ '11': Album
40
+ '12': Film
41
+ '13': WrittenWork
42
  - name: title
43
  dtype: string
44
  - name: content