aembryonic commited on
Commit
c8de64c
1 Parent(s): 472d22c

add new dataset version

Browse files
data/.gitattributes ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ validation_1_1.jsonl filter=lfs diff=lfs merge=lfs -text
2
+ test.jsonl filter=lfs diff=lfs merge=lfs -text
3
+ test_1_1.jsonl filter=lfs diff=lfs merge=lfs -text
4
+ train.jsonl filter=lfs diff=lfs merge=lfs -text
5
+ train_1_1.jsonl filter=lfs diff=lfs merge=lfs -text
6
+ validation.jsonl filter=lfs diff=lfs merge=lfs -text
data/test_1_1.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2484b6fa7f730e120203857dde2e63fc3b9c66f915ac9c7ee0990d6feefe619e
3
+ size 13133846
data/train_1_1.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc84512977ca2de48af33db27ed54da0f48ca3e06ae4db790aa9e0ded11ca1c
3
+ size 138912205
data/validation_1_1.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf86df1d2693dc2a5e1b5f9f1d821a08a9f3748b93bf6f14b052e1968324cfd
3
+ size 12182884
humset.py CHANGED
@@ -259,6 +259,7 @@ class Humset(datasets.GeneratorBasedBuilder):
259
  row = json.loads(line)
260
  if self.config.name == "1.0.0":
261
  yield idx, row
 
262
  #for example in duorc:
263
 
264
 
 
259
  row = json.loads(line)
260
  if self.config.name == "1.0.0":
261
  yield idx, row
262
+ idx+=1
263
  #for example in duorc:
264
 
265