Spaces:
Running
Running
Commit
·
cbd1cd5
1
Parent(s):
bb2d9d3
Include current_model checkpoint for Space
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -29,3 +29,9 @@ tensorboard/
|
|
| 29 |
.DS_Store
|
| 30 |
.vscode/
|
| 31 |
.idea/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
.DS_Store
|
| 30 |
.vscode/
|
| 31 |
.idea/
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
# Allow checkpoint for HF Space demo
|
| 35 |
+
!Models/
|
| 36 |
+
!Models/Finetune/
|
| 37 |
+
!Models/Finetune/epoch_00000.pth
|