Datasets:
Tasks:
Image-to-Text
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ PDFA dataset is a document dataset filtered from the SafeDocs corpus, aka CC-MAI
|
|
33 |
### Usage
|
34 |
|
35 |
This instance of PDFA is in [webdataset](https://github.com/webdataset/webdataset/commits/main) .tar format and can be used with derived forms of the `webdataset` library.
|
36 |
-
|
37 |
|
38 |
|
39 |
```python
|
@@ -58,6 +58,7 @@ For faster download, you can use directly the `huggingface_hub` library. Make su
|
|
58 |
```
|
59 |
On a normal setting, the 1.5TB can be downloaded in approximately 4 hours.
|
60 |
|
|
|
61 |
|
62 |
# TODO The following example uses fitz which is AGPL. We should also recommend the same with pypdf.
|
63 |
|
|
|
33 |
### Usage
|
34 |
|
35 |
This instance of PDFA is in [webdataset](https://github.com/webdataset/webdataset/commits/main) .tar format and can be used with derived forms of the `webdataset` library.
|
36 |
+
For dataloading, we recommend to use it with the [chug](https://github.com/huggingface/chug) library, an optimized library for distributed data loading.
|
37 |
|
38 |
|
39 |
```python
|
|
|
58 |
```
|
59 |
On a normal setting, the 1.5TB can be downloaded in approximately 4 hours.
|
60 |
|
61 |
+
### Efficient dataloading with `chug`
|
62 |
|
63 |
# TODO The following example uses fitz which is AGPL. We should also recommend the same with pypdf.
|
64 |
|