mirrorQAQ's Stars
zhulei227/ML_Notes
机器学习算法的公式推导以及numpy实现
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
xcfcode/Summarization-Papers
Summarization Papers
bojone/r-drop
R-Drop方法在中文任务上的简单实验
loujie0822/Pre-trained-Models
预训练语言模型综述
dbiir/UER-py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
yhcc/BARTNER
YunwenTechnology/Unilm
ZhuiyiTechnology/pretrained-models
Open Language Pre-trained Model Zoo
bojone/CoSENT
比Sentence-BERT更有效的句向量方案
gaohongkui/GlobalPointer_pytorch
全局指针统一处理嵌套与非嵌套NER的Pytorch实现
xvnlp77/java-tf-server
java实现:1.tf-server调用:grpc方式和restful方式;2.bert tokenizer和input构造方法
percent4/keras_bert_sequence_labeling
本项目采用Keras和Keras-bert实现中文序列标注,对BERT进行微调,并在多个命名实体识别数据集上进行测试。
amir-abdi/keras_to_tensorflow
General code to convert a trained keras model into an inference tensorflow model
neulab/ExplainaBoard
Interpretable Evaluation for AI Systems
PaddlePaddle/PaddleNLP
👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
WenRichard/NER-FunTool
本NER项目包含多个中文数据集,模型采用BiLSTM+CRF、BERT+Softmax、BERT+Cascade、BERT+WOL等,最后用TFServing进行模型部署,线上推理和线下推理。
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
yuanbit/jina-financial-qa-search
ildoonet/pytorch-gradual-warmup-lr
Gradually-Warmup Learning Rate Scheduler for PyTorch
foreverqing/nlp-papers-with-arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
fengdu78/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
cs230-stanford/cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
songyingxin/NLPer-Interview
该仓库主要记录 NLP 算法工程师相关的面试题
jayparks/transformer
A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"
crownpku/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
LiangsLi/ChineseHomophones
中文谐音词/字库(同音词/字)Chinese Homophones
google/TrustScore
To Trust Or Not To Trust A Classifier. A measure of uncertainty for any trained (possibly black-box) classifier which is more effective than the classifier's own implied confidence (e.g. softmax probability for a neural network).
DengBoCong/nlp-paper
自然语言处理领域下的相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)