# TF2-albert-NER **Repository Path**: jfdwd/TF2-albert-NER ## Basic Information - **Project Name**: TF2-albert-NER - **Description**: wrapping albert via bert-for-tf2, implementing NER task - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-12-02 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TF2-albert-NER wrapping albert as keras model via bert-for-tf2, implementing NER task To use: 1. modify the model_dir which contains the albert weight and config.json. 2. initialize model, if first use, please load_pretrained, otherwise you could directly load the trained weights. To do: add CRF