Created fastNLP model information (markdown)

master
Coet 6 years ago
parent
commit
f9793319cc
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      fastNLP-model-information.md

+ 5
- 0
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 |

Loading…
Cancel
Save