Add MED4 epoch-8 checkpoint (.pth) and whitelist checkpoints/ in .gitignore
Browse files- .gitignore +3 -0
- checkpoints/ppiDCE_epoch8.pth +3 -0
.gitignore
CHANGED
|
@@ -3,6 +3,9 @@
|
|
| 3 |
*.pt
|
| 4 |
out/
|
| 5 |
out_*/
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# Data files
|
| 8 |
*.csv
|
|
|
|
| 3 |
*.pt
|
| 4 |
out/
|
| 5 |
out_*/
|
| 6 |
+
# Released checkpoints under checkpoints/ are tracked (on Hugging Face)
|
| 7 |
+
!checkpoints/*.pth
|
| 8 |
+
!checkpoints/*.pt
|
| 9 |
|
| 10 |
# Data files
|
| 11 |
*.csv
|
checkpoints/ppiDCE_epoch8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac9acd551d5f0bec0ba176a8eb6ffd09ed80706513ea9a48c0281fe7487a733d
|
| 3 |
+
size 956612115
|