remi349 commited on
Commit
fb47025
1 Parent(s): bf3bb91

little changes to the READ.me after moving the model from remi's page to ACROSS's page

Browse files
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("remi349/finetuning_dataset_for_3D_training", 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/finetuning_sd_dataset_objaverse", split = 'train')
61
  ```
62
 
63
  This dataset is a subset of the dataset [Objaverse](https://objaverse.allenai.org/).