Update README.md
This commit is contained in:
Родитель
9b877f11e0
Коммит
f36f278959
|
@ -5,7 +5,7 @@ This example demonstrates how to build a language understanding model with CNTK
|
|||
The Air travel information system (ATIS) corpus is used for training and testing.
|
||||
## Download the example
|
||||
The data and configuration is checked in to github. You can get it by command:
|
||||
|
||||
B
|
||||
`git clone https://github.com/Microsoft/cntk`
|
||||
|
||||
The example is under folder:
|
||||
|
@ -22,7 +22,7 @@ There are four files under `data` sub-folder
|
|||
|ATIS.labels |all semantic labels extracted from training data. Total labels: 127
|
||||
|
||||
We preprocess ATIS data by converting words into word indexes, and labels into label IDs in order to use
|
||||
[CNTKTextFormatReader](https://github.com/Microsoft/CNTK/wiki/CNTKTextFormat-Reader). You can use any
|
||||
[CNTKTextFormatReader](https://github.com/Microsoft/CNTK/wiki/BrainScript-CNTKTextFormat-Reader). You can use any
|
||||
script/tool to preprocess your text data files. In this example, data is already preprocessed.
|
||||
|
||||
The last two files ATIS.vocab and ATIS.labels are not really required to run the example. They are included for evaluation and debugging purpose.
|
||||
|
|
Загрузка…
Ссылка в новой задаче