remi349 commited on
Commit
62d2d12
1 Parent(s): 43fddf2
Files changed (1) hide show
  1. README.md +1 -1
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("ACROSS_Lab/PromptTo3D_sd_dataset", split = 'train')
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/).