Shubham Gupta commited on
Commit
ecbbc77
1 Parent(s): 836738f

Add missing EOL

Browse files
Files changed (1) hide show
  1. 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
  ]