RollingMuffin
commited on
Commit
•
0092946
1
Parent(s):
9fa613f
Update test_scripts.py
Browse files- test_scripts.py +1 -3
test_scripts.py
CHANGED
@@ -40,12 +40,10 @@ This dataset is designed to generate lyrics with HuggingArtists.
|
|
40 |
# Add a link to an official homepage for the dataset here
|
41 |
_HOMEPAGE = "https://github.com/AlekseyKorshuk/huggingartists"
|
42 |
|
43 |
-
|
44 |
# Add the licence for the dataset here if you can find it
|
45 |
_LICENSE = "All rights belong to copyright holders"
|
46 |
|
47 |
-
_URL = "https://huggingface.co/datasets/RollingMuffin/
|
48 |
-
|
49 |
# Name of the dataset
|
50 |
class LyricsDataset(datasets.GeneratorBasedBuilder):
|
51 |
"""Lyrics dataset"""
|
|
|
40 |
# Add a link to an official homepage for the dataset here
|
41 |
_HOMEPAGE = "https://github.com/AlekseyKorshuk/huggingartists"
|
42 |
|
|
|
43 |
# Add the licence for the dataset here if you can find it
|
44 |
_LICENSE = "All rights belong to copyright holders"
|
45 |
|
46 |
+
_URL = "https://huggingface.co/datasets/RollingMuffin/test_script/resolve/main/testScripts.json"
|
|
|
47 |
# Name of the dataset
|
48 |
class LyricsDataset(datasets.GeneratorBasedBuilder):
|
49 |
"""Lyrics dataset"""
|