Datasets:
elnazrahmati
commited on
Commit
·
800698d
1
Parent(s):
f2674a9
fixed typos
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ from datasets import load_dataset
|
|
63 |
dataset = load_dataset("SLPL/naab", split="train[:10%]")
|
64 |
```
|
65 |
|
66 |
-
**Note: be sure that your machine has at least 130 GB free space, also it may take a while to download. If you are facing disk or internet shortage you can
|
67 |
|
68 |
```python
|
69 |
from datasets import load_dataset
|
|
|
63 |
dataset = load_dataset("SLPL/naab", split="train[:10%]")
|
64 |
```
|
65 |
|
66 |
+
**Note: be sure that your machine has at least 130 GB free space, also it may take a while to download. If you are facing disk or internet shortage, you can use below code snippet helping you download your costume sections of the naab:**
|
67 |
|
68 |
```python
|
69 |
from datasets import load_dataset
|