Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
extended|iit_cdip
ArXiv:
License:
albertvillanova HF staff commited on
Commit
db9658c
1 Parent(s): e787a80

Replace YAML keys from int to str (#3)

Browse files

- Replace YAML keys from int to str (415e103778aa76c3b056f2c683bcc1a75b41597b)

Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -27,22 +27,22 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: letter
31
- 1: form
32
- 2: email
33
- 3: handwritten
34
- 4: advertisement
35
- 5: scientific report
36
- 6: scientific publication
37
- 7: specification
38
- 8: file folder
39
- 9: news article
40
- 10: budget
41
- 11: invoice
42
- 12: presentation
43
- 13: questionnaire
44
- 14: resume
45
- 15: memo
46
  splits:
47
  - name: train
48
  num_bytes: 38816373360
 
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': letter
31
+ '1': form
32
+ '2': email
33
+ '3': handwritten
34
+ '4': advertisement
35
+ '5': scientific report
36
+ '6': scientific publication
37
+ '7': specification
38
+ '8': file folder
39
+ '9': news article
40
+ '10': budget
41
+ '11': invoice
42
+ '12': presentation
43
+ '13': questionnaire
44
+ '14': resume
45
+ '15': memo
46
  splits:
47
  - name: train
48
  num_bytes: 38816373360