AhmadMustafa commited on
Commit
6767b34
0 Parent(s):

Update dataset to include only processed files

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. .gitignore +2 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *-processed.jsonl filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.jsonl
2
+ !*-processed.jsonl