# albert_ner **Repository Path**: ekber/albert_ner ## Basic Information - **Project Name**: albert_ner - **Description**: 基于轻量级的albert实现albert+BiLstm+CRF - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-02-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # albert_ner ### Train 1 python train.py 即可 2 python predict.py 可以单句进行验证 3 python run.py 可以基于web服务访问 ### *Reference* (1) https://github.com/yumath/bertNER (2) https://github.com/percent4/ALBERT_4_Time_Recognition