Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
3144f92
1 Parent(s): e6489c2

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (7cfd73dc11de32ea9b0269fd50f595229d2e8a49)

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