Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -71,13 +71,13 @@ Use the following code to load the dataset in a Python environment (note: does n
|
|
71 |
from datasets import load_dataset
|
72 |
|
73 |
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
74 |
-
dataset = load_dataset("SF-Corpus/
|
75 |
```
|
76 |
Or just clone the dataset repo
|
77 |
|
78 |
```
|
79 |
git lfs install
|
80 |
-
git clone https://huggingface.co/datasets/SF-Corpus/
|
81 |
# if you want to clone without large files – just their pointers
|
82 |
# prepend your git clone with the following env var:
|
83 |
GIT_LFS_SKIP_SMUDGE=1
|
|
|
71 |
from datasets import load_dataset
|
72 |
|
73 |
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
74 |
+
dataset = load_dataset("SF-Corpus/EF_Chapters_and_Chunks")
|
75 |
```
|
76 |
Or just clone the dataset repo
|
77 |
|
78 |
```
|
79 |
git lfs install
|
80 |
+
git clone https://huggingface.co/datasets/SF-Corpus/EF_Chapters_and_Chunks
|
81 |
# if you want to clone without large files – just their pointers
|
82 |
# prepend your git clone with the following env var:
|
83 |
GIT_LFS_SKIP_SMUDGE=1
|