From f9793319cca88266502cb7405cddde914238eb55 Mon Sep 17 00:00:00 2001 From: Coet Date: Thu, 6 Sep 2018 20:36:39 +0800 Subject: [PATCH] Created fastNLP model information (markdown) --- fastNLP-model-information.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fastNLP-model-information.md diff --git a/fastNLP-model-information.md b/fastNLP-model-information.md new file mode 100644 index 0000000..1ae3978 --- /dev/null +++ b/fastNLP-model-information.md @@ -0,0 +1,5 @@ +| task | model name | training set | network architecture | pickle files | +| ------------ | ------------- | ------------- | ------------- |------------- | +| Chinese word segmentation | cws_basic_model | pku | CNN + biLSTM + CRF | cws_basic_model_v_0.pkl | +| Chinese POS tagging | pos_tag_model | People Daily | CNN + biLSTM + CRF | pos_tag_model_v_0.pkl | +| Chinese news classification | text_classify_model | | | text_class_model_v0.pkl | \ No newline at end of file