example configuration for nested sequence.
Created by: lcy-seso
-
In this example, we would like to show how to use nested sequence, which is one of the most amazing things in PaddlePaddle.
-
We would like to show how to use the nested sequence in the following task:
- text classification, please refer to this configuration written in old PaddlePaddle API.
- text generation, please refer to this configuration written in old PaddlePaddle API. The example must include the training and the generating process.
-
About dataset:
- for the text classification task, please directly use the imdb dataset.
- for the text generation task, you have to give some example training dataset.
-
Please pull your codes and docs into the nested_sequence directory.