Datasets:
Yehor Smoliakov
commited on
Commit
•
4436e8b
1
Parent(s):
fab94a8
Fixes in data
Browse files- examples/remove_accents.py +1 -1
- voices/kateryna/train.jsonl +0 -0
- voices/oleksa/train.jsonl +0 -0
examples/remove_accents.py
CHANGED
@@ -6,7 +6,7 @@ def remove_accents(x):
|
|
6 |
|
7 |
return ''.join(chars)
|
8 |
|
9 |
-
ds = load_dataset("Yehor/tts-mykyta-uk", "
|
10 |
|
11 |
for row in ds['train']:
|
12 |
row['text'] = remove_accents(row['text'])
|
|
|
6 |
|
7 |
return ''.join(chars)
|
8 |
|
9 |
+
ds = load_dataset("Yehor/tts-mykyta-uk", "tetiana")
|
10 |
|
11 |
for row in ds['train']:
|
12 |
row['text'] = remove_accents(row['text'])
|
voices/kateryna/train.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
voices/oleksa/train.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|