Datasets:
rcds
/

tbrugger arinaruck commited on
Commit
990afcd
1 Parent(s): b5bf5c9

fixed the download path (#3)

Browse files

- fixed the download path (7a098418a0d5b21042f2b903783b914ceb7c6f78)


Co-authored-by: Arina Rak <arinaruck@users.noreply.huggingface.co>

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