joelniklaus commited on
Commit
773047d
1 Parent(s): 1a7dd80

Fixed Bug in loading script

Browse files
Files changed (1) hide show
  1. Multi_Legal_Pile.py +2 -1
Multi_Legal_Pile.py CHANGED
@@ -24,11 +24,12 @@ _URL = "https://huggingface.co/datasets/joelito/Multi_Legal_Pile"
24
 
25
  VERSION = datasets.Version("1.0.0", "")
26
 
 
27
  CASELAW = "caselaw"
28
  LEGISLATION = "legislation"
29
  CONTRACTS = "contracts"
30
  OTHER = "other"
31
- MC4_LEGAL = "mc4_legal"
32
 
33
  # Native MultiLegalPile
34
  _DATA_NAME = {
 
24
 
25
  VERSION = datasets.Version("1.0.0", "")
26
 
27
+ # IMPORTANT: Types should not have underscores in this dataset
28
  CASELAW = "caselaw"
29
  LEGISLATION = "legislation"
30
  CONTRACTS = "contracts"
31
  OTHER = "other"
32
+ MC4_LEGAL = "mc4-legal"
33
 
34
  # Native MultiLegalPile
35
  _DATA_NAME = {