typo
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ The data used to train this model is the dataset available on uggingface at 'rem
|
|
57 |
you can download it thanks to the command
|
58 |
```python
|
59 |
from datasets import load_dataset
|
60 |
-
dataset = load_dataset("
|
61 |
```
|
62 |
|
63 |
This dataset is a subset of the dataset [Objaverse](https://objaverse.allenai.org/).
|
|
|
57 |
you can download it thanks to the command
|
58 |
```python
|
59 |
from datasets import load_dataset
|
60 |
+
dataset = load_dataset("ACROSS-Lab/PromptTo3D_sd_dataset", split = 'train')
|
61 |
```
|
62 |
|
63 |
This dataset is a subset of the dataset [Objaverse](https://objaverse.allenai.org/).
|