This model is a fine-tuned version of
toastynews/electra-hongkongese-base-discriminator on
HKCanCor and
CityU for word segmentation.
Performs word segmentation on text from Hong Kong.
There are two versions; hk trained with only text from Hong Kong, and hkt trained with text from Hong Kong and Taiwan. Each version have base and small model sizes.
Trained to handle both Hongkongese/Cantonese and Standard Chinese from Hong Kong. Text from other places and English do not work as well.
The easiest way is to use with the CKIP Transformers libary.
HKCanCor and CityU are converted to BI-encoded word segmentation dataset in Hugging Face format using code from
finetune-ckip-transformers.