Spaces:
Build error
Build error
add ckpt
Browse files- .gitattributes +1 -2
- .gitignore +2 -2
.gitattributes
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
2 |
-
|
3 |
-
*.rds filter=lfs diff=lfs merge=lfs -text
|
|
|
1 |
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
2 |
+
checkpoints/** filter=lfs diff=lfs merge=lfs -text
|
|
.gitignore
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
checkpoints/
|
2 |
logs/
|
3 |
data/
|
4 |
preprocessed_*/
|
5 |
-
__pycache__/
|
|
|
1 |
+
#checkpoints/
|
2 |
logs/
|
3 |
data/
|
4 |
preprocessed_*/
|
5 |
+
__pycache__/
|