File size: 254 Bytes
8dfbf56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
.vscode/
__pycache__/
venv/
.ipynb_checkpoints/
/*.yml
!/default_config.yml
/bert/*/*.bin
/bert/*/*.h5
/bert/*/*.model
/bert/*/*.safetensors
/bert/*/*.msgpack
/pretrained/*.safetensors
/pretrained/*.pth
/scripts/test/
*.zip
*.csv
*.bak
/mos_results/
|