Datasets:
increased highest number of shards
Browse files
MultiLegalPile_Wikipedia_Filtered.py
CHANGED
|
@@ -32,8 +32,8 @@ _JURISDICTONS = ["Austria", "Belgium", "Bulgaria", "Croatia", "Czechia", "Denmar
|
|
| 32 |
"Malta", "Netherlands", "Poland", "Portugal", "Romania", "Slovakia", "Slovenia", "Spain", "Sweden",
|
| 33 |
"EU", "Switzerland", "UK", "US", "Canada", "N/A"]
|
| 34 |
|
| 35 |
-
# IMPORTANT: Increase this once larger datasets are available (en_caselaw has
|
| 36 |
-
_HIGHEST_NUMBER_OF_SHARDS =
|
| 37 |
|
| 38 |
|
| 39 |
class MultiLegalPileWikipediaFilteredConfig(datasets.BuilderConfig):
|
|
|
|
| 32 |
"Malta", "Netherlands", "Poland", "Portugal", "Romania", "Slovakia", "Slovenia", "Spain", "Sweden",
|
| 33 |
"EU", "Switzerland", "UK", "US", "Canada", "N/A"]
|
| 34 |
|
| 35 |
+
# IMPORTANT: Increase this once larger datasets are available (en_caselaw has 11 at the moment)
|
| 36 |
+
_HIGHEST_NUMBER_OF_SHARDS = 11
|
| 37 |
|
| 38 |
|
| 39 |
class MultiLegalPileWikipediaFilteredConfig(datasets.BuilderConfig):
|