Shubham Gupta commited on
Commit
836738f
1 Parent(s): 4b6dede
Files changed (1) hide show
  1. lexicap.py +0 -2
lexicap.py CHANGED
@@ -37,12 +37,10 @@ class Lexicap(datasets.GeneratorBasedBuilder):
37
 
38
  BUILDER_CONFIGS = [
39
  LexicapConfig( # pylint: disable=g-complex-comprehension
40
- name=config_name,
41
  description=(
42
  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).
43
  ),
44
  )
45
- for config_name in _DATA_OPTIONS
46
  ]
47
 
48
  def _info(self):
 
37
 
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
  ]
45
 
46
  def _info(self):