Skip to content
View FBamx's full-sized avatar
Block or Report

Block or report FBamx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. design_patterns design_patterns Public

    Forked from me115/design_patterns

    图说设计模式

    C++

  2. CPlusPlusThings CPlusPlusThings Public

    Forked from Light-City/CPlusPlusThings

    C++那些事

    C++

  3. Tinyhttpd Tinyhttpd Public

    Forked from EZLippi/Tinyhttpd

    Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net

    C

  4. Chinese-clinical-NER Chinese-clinical-NER Public

    Forked from MenglinLu/Chinese-clinical-NER

    CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进…

    Python

  5. BERT-NER BERT-NER Public

    Forked from kamalkraj/BERT-NER

    Pytorch-Named-Entity-Recognition-with-BERT

    Python

  6. BERT-NER-Pytorch BERT-NER-Pytorch Public

    Forked from lonePatient/BERT-NER-Pytorch

    Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)

    Python