Update ldkp10k.py
Browse files- ldkp10k.py +1 -1
ldkp10k.py
CHANGED
@@ -50,7 +50,7 @@ class LDKP10k(datasets.GeneratorBasedBuilder):
|
|
50 |
def _info(self):
|
51 |
_URLS['train']=['data/train'+"_"+self.config.name+".jsonl.zip"]
|
52 |
if self.config.name=='large':
|
53 |
-
_URLS['train']= ['data/train_large_'+str(x)+".jsonl.zip" for x in range(
|
54 |
|
55 |
features = datasets.Features(
|
56 |
{
|
|
|
50 |
def _info(self):
|
51 |
_URLS['train']=['data/train'+"_"+self.config.name+".jsonl.zip"]
|
52 |
if self.config.name=='large':
|
53 |
+
_URLS['train']= ['data/train_large_'+str(x)+".jsonl.zip" for x in range(5)]
|
54 |
|
55 |
features = datasets.Features(
|
56 |
{
|