DiGyt commited on
Commit
faaad1d
·
1 Parent(s): 4f646fd

updated repo name from DiGyt to klab

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ Please set `ignore_verifications=True`. when downloading this dataset, else the
83
  ```python
84
  from datasets import load_dataset
85
 
86
- dataset = load_dataset("DiGyt/ecoset", ignore_verifications=True)
87
  ```
88
 
89
 
 
83
  ```python
84
  from datasets import load_dataset
85
 
86
+ dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
87
  ```
88
 
89