From a958053e7ccc5549fc8d2b9e62bd9aee85af81f7 Mon Sep 17 00:00:00 2001 From: Coet Date: Wed, 1 Aug 2018 13:13:13 +0800 Subject: [PATCH] Updated How to train a model? (markdown) --- How-to-train-a-model?.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/How-to-train-a-model?.md b/How-to-train-a-model?.md index 06cc15e..a876b98 100644 --- a/How-to-train-a-model?.md +++ b/How-to-train-a-model?.md @@ -6,3 +6,6 @@ 3. Write a script to use Trainer. [example](https://github.com/fastnlp/fastNLP/blob/743a6d75474fa393bc849c0392317c2c6bd868e4/reproduction/chinese_word_seg/cws_train.py#L51) + +#### Chinese Word Segmentation (CWS) +CWS data can be downloaded from [here](http://sighan.cs.uchicago.edu/bakeoff2005/).