fixed the download path (#3)
Browse files- fixed the download path (7a098418a0d5b21042f2b903783b914ceb7c6f78)
Co-authored-by: Arina Rak <[email protected]>
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
|