Update README.md
Browse files
README.md
CHANGED
@@ -1159,9 +1159,10 @@ type is one of the following:
|
|
1159 |
Use the the dataset like this:
|
1160 |
```
|
1161 |
from datasets import load_dataset
|
1162 |
-
config = 'fr_laws' #{language}\_{type}
|
1163 |
dataset = load_dataset('rdcs/MultiLegalSBD', config)
|
1164 |
```
|
|
|
1165 |
### Data Instances
|
1166 |
|
1167 |
[More Information Needed]
|
|
|
1159 |
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
|
1167 |
|
1168 |
[More Information Needed]
|