Rename bps-statictable.py to statictable.py
Browse files
bps-statictable.py → statictable.py
RENAMED
|
@@ -12,7 +12,7 @@ URL = ""
|
|
| 12 |
_URLs = {subset: URL + f"{subset}.jsonl.gz" for subset in _SPLITS}
|
| 13 |
|
| 14 |
class BEIR(datasets.GeneratorBasedBuilder):
|
| 15 |
-
"""
|
| 16 |
|
| 17 |
BUILDER_CONFIGS = [
|
| 18 |
datasets.BuilderConfig(
|
|
|
|
| 12 |
_URLs = {subset: URL + f"{subset}.jsonl.gz" for subset in _SPLITS}
|
| 13 |
|
| 14 |
class BEIR(datasets.GeneratorBasedBuilder):
|
| 15 |
+
"""Allstats Search BenchmarkDataset."""
|
| 16 |
|
| 17 |
BUILDER_CONFIGS = [
|
| 18 |
datasets.BuilderConfig(
|