Datasets:

Modalities:
Tabular
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
schoeller commited on
Commit
3e1dc1d
·
1 Parent(s): 0dc2814

change URLs to point to new organization

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("cy-data/ws-5d", name="reflexive", split="full", streaming=True)
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/cy-data/ws-5d
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