Datasets:

Languages:
English
ArXiv:
License:
zhuqi commited on
Commit
34235fb
·
1 Parent(s): 6a389eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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('sgd2')
27
- ontology = load_ontology('sgd2')
28
- database = load_database('sgd2')
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