capsel commited on
Commit
03df1bf
1 Parent(s): d91ed15

Update README.md

Browse files

Updated dataset name due to user name that (probably) was changed.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -115,7 +115,7 @@ Use the dataset like this:
115
  from datasets import load_dataset
116
 
117
  config = 'en_contracts' # {language}_{type}
118
- dataset = load_dataset('joelito/Multi_Legal_Pile', config, split='train', streaming=True)
119
  ```
120
 
121
  'config' is a combination of language and text_type, e.g. 'en_contracts' or 'de_caselaw'.
 
115
  from datasets import load_dataset
116
 
117
  config = 'en_contracts' # {language}_{type}
118
+ dataset = load_dataset('joelniklaus/Multi_Legal_Pile', config, split='train', streaming=True)
119
  ```
120
 
121
  'config' is a combination of language and text_type, e.g. 'en_contracts' or 'de_caselaw'.