fixed the download path
Browse filesfixed the download path in the code example in ReadME.md
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('
|
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
|