commit files to HF hub
Browse files- youtube-transcription.py +1 -1
youtube-transcription.py
CHANGED
@@ -20,7 +20,7 @@ _LICENSE = ""
|
|
20 |
TRAIN_URL = "yt-transcriptions.jsonl"
|
21 |
|
22 |
|
23 |
-
class
|
24 |
VERSION = datasets.Version("1.1.0")
|
25 |
|
26 |
def _info(self):
|
|
|
20 |
TRAIN_URL = "yt-transcriptions.jsonl"
|
21 |
|
22 |
|
23 |
+
class YoutubeTranscription(datasets.GeneratorBasedBuilder):
|
24 |
VERSION = datasets.Version("1.1.0")
|
25 |
|
26 |
def _info(self):
|