File size: 392 Bytes
104aac1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
.vscode/
__pycache__/
venv/
.ipynb_checkpoints/
/*.yml
!/default_config.yml
# /bert/*/*.bin
/bert/*/*.h5
/bert/*/*.model
/bert/*/*.safetensors
/bert/*/*.msgpack
/pretrained/*.safetensors
/pretrained/*.pth
/pretrained_jp_extra/*.safetensors
/pretrained_jp_extra/*.pth
/slm/*/*.bin
/scripts/test/
*.zip
*.csv
*.bak
/mos_results/
safetensors.ipynb
*.wav
# pyopenjtalk's dictionary
*.dic
|