deepke/.gitignore

18 lines
161 B
Plaintext
Raw Normal View History

2019-08-20 21:25:34 +08:00
.DS_Store
.idea
.vscode
__pycache__
*.pyc
2019-09-15 11:44:31 +08:00
checkpoints/*.pth
2019-08-20 21:25:34 +08:00
2019-09-15 11:35:58 +08:00
bert_pretrained/*
2019-09-15 11:34:30 +08:00
!bert_pretrained/readme.md
2019-09-16 19:48:24 +08:00
data/out
2019-09-05 12:54:29 +08:00
data/origin/statics.py
2019-09-15 11:39:23 +08:00
demo.py
predict.py