RodrigoLimaRFL commited on
Commit
4323869
·
verified ·
1 Parent(s): e525c10

Update NURC-SP_ENTOA_TTS.py

Browse files
Files changed (1) hide show
  1. NURC-SP_ENTOA_TTS.py +8 -8
NURC-SP_ENTOA_TTS.py CHANGED
@@ -5,23 +5,23 @@ from pathlib import Path
5
  import os
6
 
7
  _PROMPTS_URLS = {
8
- "dev": "automatic/validation.csv",
9
- "train": "automatic/train.csv",
10
  }
11
 
12
  _PROMPTS_FILTERED_URLS = {
13
- "dev": "automatic/validation.csv",
14
- "train": "automatic/train.csv",
15
  }
16
 
17
  _ARCHIVES = {
18
- "dev": "automatic.tar.gz",
19
- "train": "automatic.tar.gz",
20
  }
21
 
22
  _PATH_TO_CLIPS = {
23
- "dev": "validation",
24
- "train": "train",
25
  }
26
 
27
  class NurcSPConfig(BuilderConfig):
 
5
  import os
6
 
7
  _PROMPTS_URLS = {
8
+ "dev": "prosodic/validation.csv",
9
+ "train": "prosodic/train.csv",
10
  }
11
 
12
  _PROMPTS_FILTERED_URLS = {
13
+ "dev": "prosodic/validation.csv",
14
+ "train": "prosodic/train.csv",
15
  }
16
 
17
  _ARCHIVES = {
18
+ "dev": "prosodic.tar.gz",
19
+ "train": "prosodic.tar.gz",
20
  }
21
 
22
  _PATH_TO_CLIPS = {
23
+ "dev": "",
24
+ "train": "",
25
  }
26
 
27
  class NurcSPConfig(BuilderConfig):