joelniklaus capsel commited on
Commit
911e1d2
1 Parent(s): d91ed15

Update README.md (#11)

Browse files

- Update README.md (03df1bf10f2563358c43e3e19229c53718e5c457)


Co-authored-by: Carl-Philipp Senze <capsel@users.noreply.huggingface.co>

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'.