horiyouta commited on
Commit
8fe256d
β€’
1 Parent(s): c5774f5

202406171805

Browse files
Files changed (1) hide show
  1. .gitignore +25 -25
.gitignore CHANGED
@@ -1,33 +1,33 @@
1
- # .vscode/
2
 
3
- # __pycache__/
4
- # venv/
5
- # .ipynb_checkpoints/
6
 
7
- # /*.yml
8
- # !/default_config.yml
9
- # /bert/*/*.bin
10
- # /bert/*/*.h5
11
- # /bert/*/*.model
12
- # /bert/*/*.safetensors
13
- # /bert/*/*.msgpack
14
 
15
- # /pretrained/*.safetensors
16
- # /pretrained/*.pth
17
 
18
- # /pretrained_jp_extra/*.safetensors
19
- # /pretrained_jp_extra/*.pth
20
 
21
- # /slm/*/*.bin
22
 
23
- # /scripts/test/
24
- # *.zip
25
- # *.csv
26
- # *.bak
27
- # /mos_results/
28
 
29
- # safetensors.ipynb
30
- # *.wav
31
 
32
- # # pyopenjtalk's dictionary
33
- # *.dic
 
1
+ .vscode/
2
 
3
+ __pycache__/
4
+ venv/
5
+ .ipynb_checkpoints/
6
 
7
+ /*.yml
8
+ !/default_config.yml
9
+ /bert/*/*.bin
10
+ /bert/*/*.h5
11
+ /bert/*/*.model
12
+ /bert/*/*.safetensors
13
+ /bert/*/*.msgpack
14
 
15
+ /pretrained/*.safetensors
16
+ /pretrained/*.pth
17
 
18
+ /pretrained_jp_extra/*.safetensors
19
+ /pretrained_jp_extra/*.pth
20
 
21
+ /slm/*/*.bin
22
 
23
+ /scripts/test/
24
+ *.zip
25
+ *.csv
26
+ *.bak
27
+ /mos_results/
28
 
29
+ safetensors.ipynb
30
+ *.wav
31
 
32
+ # pyopenjtalk's dictionary
33
+ *.dic