example configuration for text classification.
Created by: lcy-seso
- In this example, we would like to show how to do text classification task in PaddlePaddle.
- We provide a DNN network and a CNN network for texe classification
- for DNN network, please refer to this configuration file written in old PaddlePaddle API.
- for CNN network, please refer to this configuration file written in old PaddlePaddle API.
- The example must include the training and the predicting process.
- Please pull your codes and docs into the text_classification directory.