Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,5 @@ repo_id = "lowres/ai-ohto" # 👈 change this
|
|
70 |
ds = load_dataset(repo_id)
|
71 |
character_name = repo_id.split("/")[1]
|
72 |
character_name = character_name.replace("-","")
|
73 |
-
|
74 |
-
ds.push_to_hub("lowres/anime",split=character_name)
|
75 |
```
|
|
|
70 |
ds = load_dataset(repo_id)
|
71 |
character_name = repo_id.split("/")[1]
|
72 |
character_name = character_name.replace("-","")
|
73 |
+
ds["train"].push_to_hub("lowres/anime",split=character_name)
|
|
|
74 |
```
|