mkane968 commited on
Commit
62c9adb
1 Parent(s): 6dbe05d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/extracted_features")
75
  ```
76
  Or just clone the dataset repo
77
 
78
  ```
79
  git lfs install
80
- git clone https://huggingface.co/datasets/SF-Corpus/extracted_features
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