change URLs to point to new organization
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ to stream the dataset and print the first five rows:
|
|
89 |
```python
|
90 |
from datasets import load_dataset
|
91 |
|
92 |
-
dataset = load_dataset("
|
93 |
|
94 |
for row in dataset.take(5):
|
95 |
print(row)
|
@@ -105,7 +105,7 @@ commands to clone the repository:
|
|
105 |
git lfs install
|
106 |
|
107 |
# Clone the repository without downloading LFS files immediately
|
108 |
-
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/
|
109 |
|
110 |
# Change to the repository directory
|
111 |
cd ws-5d
|
|
|
89 |
```python
|
90 |
from datasets import load_dataset
|
91 |
|
92 |
+
dataset = load_dataset("calabi-yau-data/ws-5d", name="reflexive", split="full", streaming=True)
|
93 |
|
94 |
for row in dataset.take(5):
|
95 |
print(row)
|
|
|
105 |
git lfs install
|
106 |
|
107 |
# Clone the repository without downloading LFS files immediately
|
108 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/calabi-yau-data/ws-5d
|
109 |
|
110 |
# Change to the repository directory
|
111 |
cd ws-5d
|