Datasets:
Shubham Gupta
commited on
Commit
•
ecbbc77
1
Parent(s):
836738f
Add missing EOL
Browse files- lexicap.py +1 -1
lexicap.py
CHANGED
@@ -38,7 +38,7 @@ class Lexicap(datasets.GeneratorBasedBuilder):
|
|
38 |
BUILDER_CONFIGS = [
|
39 |
LexicapConfig( # pylint: disable=g-complex-comprehension
|
40 |
description=(
|
41 |
-
f"A dataset consisting of captions for every Lex Friedman Podcast episode, generated using OpenAI Whisper. This dataset is created by [Dr. Andrej Karpathy](https://twitter.com/karpathy).
|
42 |
),
|
43 |
)
|
44 |
]
|
|
|
38 |
BUILDER_CONFIGS = [
|
39 |
LexicapConfig( # pylint: disable=g-complex-comprehension
|
40 |
description=(
|
41 |
+
f"A dataset consisting of captions for every Lex Friedman Podcast episode, generated using OpenAI Whisper. This dataset is created by [Dr. Andrej Karpathy](https://twitter.com/karpathy)."
|
42 |
),
|
43 |
)
|
44 |
]
|