Datasets:
Commit
·
3c03d56
1
Parent(s):
36ee6af
added revision to readme
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ unlabeled groups, as well as camera calibration images are included.
|
|
53 |
|
54 |
You can load this dataset with a default split configuration using the datasets library
|
55 |
```python
|
56 |
-
dataset = datasets.load_dataset('vapaau/autofish', trust_remote_code=True)
|
57 |
```
|
58 |
|
59 |
If you use this dataset for your work, please cite:
|
|
|
53 |
|
54 |
You can load this dataset with a default split configuration using the datasets library
|
55 |
```python
|
56 |
+
dataset = datasets.load_dataset('vapaau/autofish', revision='script', trust_remote_code=True)
|
57 |
```
|
58 |
|
59 |
If you use this dataset for your work, please cite:
|