test
Browse files- LongConL.py +1 -1
LongConL.py
CHANGED
|
@@ -95,7 +95,7 @@ class LongConLDataset(datasets.GeneratorBasedBuilder):
|
|
| 95 |
# Use a dynamic config
|
| 96 |
BUILDER_CONFIGS = [
|
| 97 |
datasets.BuilderConfig(name=task_name, version=datasets.Version("1.0.0"), description=task_name)
|
| 98 |
-
for task_name in ["ATS-Jurisdiction", "ATS-FavorableJudgment",] # Add your task names here
|
| 99 |
]
|
| 100 |
|
| 101 |
|
|
|
|
| 95 |
# Use a dynamic config
|
| 96 |
BUILDER_CONFIGS = [
|
| 97 |
datasets.BuilderConfig(name=task_name, version=datasets.Version("1.0.0"), description=task_name)
|
| 98 |
+
for task_name in ["ATS-Jurisdiction", "ATS-FavorableJudgment","JRC-AREA1","DC-category", "SC-issueArea","SSC-ca_disp", "Chevron-Agency","CoA-geniss"] # Add your task names here
|
| 99 |
]
|
| 100 |
|
| 101 |
|