Update README.md
Browse files
README.md
CHANGED
@@ -18,5 +18,5 @@ human_df = human_dataset.to_pandas()
|
|
18 |
|
19 |
# push to hub
|
20 |
dataset_combined = Dataset.from_pandas(df)
|
21 |
-
dataset_combined.push_to_hub("datatmp/aesthetic_eagle_weak_15k-mod")
|
22 |
```
|
|
|
18 |
|
19 |
# push to hub
|
20 |
dataset_combined = Dataset.from_pandas(df)
|
21 |
+
dataset_combined.push_to_hub("datatmp/aesthetic_eagle_weak_15k-mod", private=True)
|
22 |
```
|