Datasets:
pierreguillou
commited on
Commit
•
4c81d93
1
Parent(s):
6b5c707
Update README.md
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062
|
|
90 |
|
91 |
The size of the DocLayNet large is about 100% of the DocLayNet dataset (random selection respectively in the train, val and test files).
|
92 |
|
93 |
-
**WARNING** The following code allows to download DocLayNet large but it can not run until the end in Google Colab because of the size needed to store cache data and the CPU RAM to download the data (for example, the cache data in /home/ubuntu/.cache/huggingface/datasets/ needs almost 120 GB).
|
94 |
|
95 |
```
|
96 |
# !pip install -q datasets
|
|
|
90 |
|
91 |
The size of the DocLayNet large is about 100% of the DocLayNet dataset (random selection respectively in the train, val and test files).
|
92 |
|
93 |
+
**WARNING** The following code allows to download DocLayNet large but it can not run until the end in Google Colab because of the size needed to store cache data and the CPU RAM to download the data (for example, the cache data in /home/ubuntu/.cache/huggingface/datasets/ needs almost 120 GB during the downloading process).
|
94 |
|
95 |
```
|
96 |
# !pip install -q datasets
|