cahya commited on
Commit
ef633e5
·
1 Parent(s): 6087af1

updated the readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,8 +57,8 @@ def load_dataset_sundanese():
57
 
58
  dfs = []
59
 
60
- dfs.append(pd.read_csv(filenames[0], sep='\\\\\\\\\\\\\\\\t\\\\\\\\\\\\\\\\t', names=["path", "sentence"]))
61
- dfs.append(pd.read_csv(filenames[1], sep='\\\\\\\\\\\\\\\\t\\\\\\\\\\\\\\\\t', names=["path", "sentence"]))
62
 
63
  for i, dir in enumerate(data_dirs):
64
  dfs[i]["path"] = dfs[i].apply(lambda row: str(data_dirs[i]) + "/" + row + ".wav", axis=1)
 
57
 
58
  dfs = []
59
 
60
+ dfs.append(pd.read_csv(filenames[0], sep='\t\t', names=["path", "sentence"]))
61
+ dfs.append(pd.read_csv(filenames[1], sep='\t\t', names=["path", "sentence"]))
62
 
63
  for i, dir in enumerate(data_dirs):
64
  dfs[i]["path"] = dfs[i].apply(lambda row: str(data_dirs[i]) + "/" + row + ".wav", axis=1)