Datasets:
rcds
/

arinaruck commited on
Commit
7a09841
1 Parent(s): b5bf5c9

fixed the download path

Browse files

fixed the download path in the code example in ReadME.md

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1160,7 +1160,7 @@ Use the the dataset like this:
1160
  ```
1161
  from datasets import load_dataset
1162
  config = 'fr_laws' #{language}_{type} | to load all languages and/or all types, use 'all_all'
1163
- dataset = load_dataset('rdcs/MultiLegalSBD', config)
1164
  ```
1165
 
1166
  ### Data Instances
 
1160
  ```
1161
  from datasets import load_dataset
1162
  config = 'fr_laws' #{language}_{type} | to load all languages and/or all types, use 'all_all'
1163
+ dataset = load_dataset('rcds/MultiLegalSBD', config)
1164
  ```
1165
 
1166
  ### Data Instances