| Model name+ | Number of parameters+ | F1 score+ + + + | 
|---|---|---|
| linear_crf+ | 1.8M+ | 0.937+ | 
| rnn_crf+ | 960K+ | 0.941+ | 
| Optional- | Description- | ||||||
|---|---|---|---|---|---|---|---|
| WITH_GPU- | Compile with GPU mode.- | ||||||
| WITH_DOUBLE- | Compile with double precision floating-point, default: single precision.- | ||||||
| WITH_GLOG- | Compile with glog. If not found, default: an internal log implementation.- | ||||||
| WITH_GFLAGS- | Compile with gflags. If not found, default: an internal flag implementation.- | ||||||
| WITH_TESTING- | Compile with gtest for PaddlePaddle's unit testing.- | ||||||
| WITH_DOC- | Compile to generate PaddlePaddle's docs, default: disabled (OFF)- | ||||||
| WITH_SWIG_PY- | Compile with python predict API, default: disabled (OFF).- | ||||||
| WITH_STYLE_CHECK- | Compile with code style check, default: enabled (ON).- | 
| Optional+ | Description+ | 
|---|---|
| WITH_GPU | Compile with GPU mode. | 
| WITH_DOUBLE | Compile with double precision floating-point, default: single precision. | 
| WITH_GLOG | Compile with glog. If not found, default: an internal log implementation. | 
| WITH_GFLAGS | Compile with gflags. If not found, default: an internal flag implementation. | 
| WITH_TESTING | Compile with gtest for PaddlePaddle's unit testing. | 
| WITH_DOC | Compile to generate PaddlePaddle's docs, default: disabled (OFF). | 
| WITH_SWIG_PY | Compile with python predict API, default: disabled (OFF). | 
| WITH_STYLE_CHECK | Compile with code style check, default: enabled (ON). |