test
Browse files- LongConL.py +1 -1
LongConL.py
CHANGED
|
@@ -100,7 +100,7 @@ class LongConLDataset(datasets.GeneratorBasedBuilder):
|
|
| 100 |
# Use a dynamic config
|
| 101 |
BUILDER_CONFIGS = [
|
| 102 |
datasets.BuilderConfig(name=task_name, version=datasets.Version("1.0.0"), description=task_name)
|
| 103 |
-
for task_name in ["ATS-Jurisdiction", "
|
| 104 |
]
|
| 105 |
|
| 106 |
|
|
|
|
| 100 |
# Use a dynamic config
|
| 101 |
BUILDER_CONFIGS = [
|
| 102 |
datasets.BuilderConfig(name=task_name, version=datasets.Version("1.0.0"), description=task_name)
|
| 103 |
+
for task_name in ["ATS-Jurisdiction", "ATS-FavorableJudgment"] # Add your task names here
|
| 104 |
]
|
| 105 |
|
| 106 |
|