Datasets:

Multilinguality:
multilingual
Size Categories:
10M<n<100M
Language Creators:
found
Annotations Creators:
other
Source Datasets:
original
Tags:
License:
Joelito commited on
Commit
042991e
1 Parent(s): 931df01

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 9 at the moment)
36
- _HIGHEST_NUMBER_OF_SHARDS = 9
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):