Pinned Repositories
admission-webhook-example
A Kubernetes mutating webhook server that implements sidecar injection
BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
Chinese-clinical-NER
CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进空间。可以当做一个baseline。
comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.
CPlusPlusThings
C++那些事
Cpp-Concurrency-in-Action-2ed
📚 C++ Concurrency in Action 2ed 笔记:C++11/14/17 多线程技术
design_patterns
图说设计模式
dev-environment-files
WSLConfig
FBamx's Repositories
FBamx/kube-addon
FBamx/test
FBamx/ubuntu20-config
FBamx/MuduoChatServer
FBamx/muduo
Event-driven network library for multi-threaded Linux server in C++11
FBamx/go-gin-api
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。
FBamx/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
FBamx/CPlusPlusThings
C++那些事
FBamx/admission-webhook-example
A Kubernetes mutating webhook server that implements sidecar injection
FBamx/interview_internal_reference
2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
FBamx/go-microservices
Golang Microservices Example
FBamx/design_patterns
图说设计模式
FBamx/BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
FBamx/Cpp-Concurrency-in-Action-2ed
📚 C++ Concurrency in Action 2ed 笔记:C++11/14/17 多线程技术
FBamx/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
FBamx/Chinese-clinical-NER
CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进空间。可以当做一个baseline。
FBamx/Easy-Reactor
Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务
FBamx/tinyhttpd-1
tinyhttpd的详细注释版,十分适合入门者学习的一个项目
FBamx/hugepages
tools for managing hugepages in kubernetes