apehex commited on
Commit
bbb13e2
·
1 Parent(s): 52ae051

Fix the feature dtypes

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -47,11 +47,11 @@ Collection of ASCII art from various sources:
47
 
48
  ```python
49
  datasets.Features({
50
- 'caption': datasets.features.Value(dtype='uint64'),
51
- 'content': datasets.features.Value(dtype='uint64'),
52
- 'labels': datasets.features.Value(dtype='large_binary'),
53
- 'charsets': datasets.features.Value(dtype='large_binary'),
54
- 'chartypes': datasets.features.Value(dtype='large_binary'),})
55
  ```
56
 
57
  [github-scrapscii]: https://github.com/apehex/scrapscii/
 
47
 
48
  ```python
49
  datasets.Features({
50
+ 'caption': datasets.features.Value(dtype='string'),
51
+ 'content': datasets.features.Value(dtype='string'),
52
+ 'labels': datasets.features.Value(dtype='string'),
53
+ 'charsets': datasets.features.Value(dtype='string'),
54
+ 'chartypes': datasets.features.Value(dtype='string'),})
55
  ```
56
 
57
  [github-scrapscii]: https://github.com/apehex/scrapscii/