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