phongdtd commited on
Commit
b799535
·
1 Parent(s): a88a8b1
Files changed (2) hide show
  1. custom_common_voice.py +3 -3
  2. main.py +0 -16
custom_common_voice.py CHANGED
@@ -23,9 +23,9 @@ import re
23
 
24
  _DATA_URL = "https://drive.google.com/uc?export=download&id=1AF2jRixUgi-LzDsEm3CZOcSigHv81AVi"
25
  _PROMPTS_URLS = {
26
- "train": "https://drive.google.com/uc?export=download&id=1WPgxJBsbu6isHe8UVnY6U2ub7523eC1q",
27
- "test": "https://drive.google.com/uc?export=download&id=1N-FjPwooTL5o4hmJkFY_E-TPwh5UEZ68",
28
- "validation": "https://drive.google.com/uc?export=download&id=1p5OJjTwtfgwKER9SltNHUajwRt7aTmbK"
29
  }
30
 
31
  _DESCRIPTION = """\
 
23
 
24
  _DATA_URL = "https://drive.google.com/uc?export=download&id=1AF2jRixUgi-LzDsEm3CZOcSigHv81AVi"
25
  _PROMPTS_URLS = {
26
+ "train": "https://drive.google.com/uc?export=download&id=13sANpjVoF9FIXj_rGGNvVNuK0GscPVsW",
27
+ "test": "https://drive.google.com/uc?export=download&id=173oUWFMbeFUBnfoVke4dH2fiHdgOu9xb",
28
+ "validation": "https://drive.google.com/uc?export=download&id=1J1zTG0IMPIRWnnw3dyr2UTyiq-KvlcX5"
29
  }
30
 
31
  _DESCRIPTION = """\
main.py DELETED
@@ -1,16 +0,0 @@
1
- # This is a sample Python script.
2
-
3
- # Press Shift+F10 to execute it or replace it with your code.
4
- # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
5
-
6
-
7
- def print_hi(name):
8
- # Use a breakpoint in the code line below to debug your script.
9
- print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
10
-
11
-
12
- # Press the green button in the gutter to run the script.
13
- if __name__ == '__main__':
14
- print_hi('PyCharm')
15
-
16
- # See PyCharm help at https://www.jetbrains.com/help/pycharm/