RodrigoLimaRFL commited on
Commit
9786c09
·
verified ·
1 Parent(s): 84e46bb

Update NURC-SP_Corpus_Minimo.py

Browse files
Files changed (1) hide show
  1. NURC-SP_Corpus_Minimo.py +1 -0
NURC-SP_Corpus_Minimo.py CHANGED
@@ -68,6 +68,7 @@ class NurcSPDataset(GeneratorBasedBuilder):
68
  normalized_text = row['normalized_text']
69
  text = row['text']
70
  examples[path] = {
 
71
  "name": name,
72
  "speaker": speaker,
73
  "start_time": start_time,
 
68
  normalized_text = row['normalized_text']
69
  text = row['text']
70
  examples[path] = {
71
+ "path": path,
72
  "name": name,
73
  "speaker": speaker,
74
  "start_time": start_time,