Datasets:
Muennighoff
commited on
Commit
•
f65ec68
1
Parent(s):
fabb6fc
Update xP3x-sample.py
Browse files- xP3x-sample.py +1 -1
xP3x-sample.py
CHANGED
@@ -66,7 +66,7 @@ class xP3x_sample(datasets.GeneratorBasedBuilder):
|
|
66 |
BUILDER_CONFIGS = [
|
67 |
datasets.BuilderConfig(
|
68 |
name=ds.replace(".jsonl", ""),
|
69 |
-
description=f
|
70 |
version=_VERSION,
|
71 |
)
|
72 |
for ds in _DS
|
|
|
66 |
BUILDER_CONFIGS = [
|
67 |
datasets.BuilderConfig(
|
68 |
name=ds.replace(".jsonl", ""),
|
69 |
+
description=f'xP3x-sample {ds.replace(".jsonl", "")}',
|
70 |
version=_VERSION,
|
71 |
)
|
72 |
for ds in _DS
|