little changes to the READ.me after moving the model from remi's page to ACROSS's page
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/finetuning_sd_dataset_objaverse", split = 'train')
|
61 |
```
|
62 |
|
63 |
This dataset is a subset of the dataset [Objaverse](https://objaverse.allenai.org/).
|