Achitha commited on
Commit
4dbb38c
1 Parent(s): 9af3823

Update simple_tamil.py

Browse files
Files changed (1) hide show
  1. simple_tamil.py +2 -1
simple_tamil.py CHANGED
@@ -33,7 +33,7 @@ _CITATION = """\
33
  }
34
  """
35
  _DESCRIPTION = """\
36
- The data contains roughly one and half hours of audio and trasncripts in Tamil language.
37
  """
38
 
39
  _HOMEPAGE = ""
@@ -61,6 +61,7 @@ class simple_data(datasets.GeneratorBasedBuilder):
61
  "audio": datasets.Audio(sampling_rate=16_000),
62
  "path": datasets.Value("string"),
63
  "sentence": datasets.Value("string"),
 
64
 
65
  }
66
  )
 
33
  }
34
  """
35
  _DESCRIPTION = """\
36
+ The data contains roughly one and half hours of audio and transcripts in Tamil language.
37
  """
38
 
39
  _HOMEPAGE = ""
 
61
  "audio": datasets.Audio(sampling_rate=16_000),
62
  "path": datasets.Value("string"),
63
  "sentence": datasets.Value("string"),
64
+ "length": datasets.Value("float")
65
 
66
  }
67
  )