Skip to content

Commit

Permalink
Dialogue tutorial fix (#4221)
Browse files Browse the repository at this point in the history
* fix bugs for dialogue tutorial

Signed-off-by: Zhilin Wang <[email protected]>

* update path for convert_datasets.py due to conflict PR

Signed-off-by: Zhilin Wang <[email protected]>

* restore previously deleted files

Signed-off-by: Zhilin Wang <[email protected]>

* style fix

Signed-off-by: Zhilin Wang <[email protected]>

* update tutorial

Signed-off-by: Zhilin Wang <[email protected]>
  • Loading branch information
Zhilin123 authored May 21, 2022
1 parent 3852549 commit 15f66a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/nlp/Dialogue.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"!wget https://github.com/xliuhw/NLU-Evaluation-Data/archive/master.zip\n",
"!unzip master.zip\n",
"# convert the dataset to the NeMo format\n",
"!python NeMo/scripts/dataset_processing/nlp/intent_and_slot/convert_datasets.py --dataset_name=assistant --source_data_dir=./NLU-Evaluation-Data-master --target_data_dir=./assistant"
"!python NeMo/examples/nlp/intent_slot_classification/data/import_datasets.py --dataset_name=assistant --source_data_dir=./NLU-Evaluation-Data-master --target_data_dir=./assistant"
]
},
{
Expand Down

0 comments on commit 15f66a4

Please sign in to comment.