Spaces:
Runtime error
Runtime error
Kévin Yauy
commited on
Commit
·
59e5ae2
0
Parent(s):
Configured .gitattributes to manages files with Git LFS
Browse files- .gitattributes +4 -0
.gitattributes
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.tsv.gz filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|