Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,9 @@ To use this dataset, you need to install [ConvLab-3](https://github.com/ConvLab/
|
|
23 |
```
|
24 |
from convlab.util import load_dataset, load_ontology, load_database
|
25 |
|
26 |
-
dataset = load_dataset('
|
27 |
-
ontology = load_ontology('
|
28 |
-
database = load_database('
|
29 |
```
|
30 |
For more usage please refer to [here](https://github.com/ConvLab/ConvLab-3/tree/master/data/unified_datasets).
|
31 |
|
|
|
23 |
```
|
24 |
from convlab.util import load_dataset, load_ontology, load_database
|
25 |
|
26 |
+
dataset = load_dataset('sgd5')
|
27 |
+
ontology = load_ontology('sgd5')
|
28 |
+
database = load_database('sgd5')
|
29 |
```
|
30 |
For more usage please refer to [here](https://github.com/ConvLab/ConvLab-3/tree/master/data/unified_datasets).
|
31 |
|