wish-1996's Stars
HarderThenHarder/transformers_tasks
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.
jina-ai/serve
☁️ Build multimodal AI applications with cloud-native stack
HUSTAI/uie_pytorch
PaddleNLP UIE模型的PyTorch版实现
datawhalechina/torch-rechub
A Lighting Pytorch Framework for Recommendation Models, Easy-to-use and Easy-to-extend.
IDEA-CCNL/Fengshenbang-LM
Fengshenbang-LM(封神榜大模型)是IDEA研究院认知计算与自然语言研究中心主导的大模型开源体系,成为中文AIGC和认知智能的基础设施。
km1994/NLP-Interview-Notes
该仓库主要记录 NLP 算法工程师相关的面试题
songyingxin/NLPer-Interview
该仓库主要记录 NLP 算法工程师相关的面试题
booue/Movie-Knowledge-QS-system-using-KnowledgeGraph
利用python语言借助于知识图谱搭建电影知识问答系统
HoyTta0/KnowledgeDistillation
Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。
hihihe/Hugging_Face_Course
Hugging Face Transformers Course 笔记
taishan1994/pytorch_bert_bilstm_crf_ner
基于pytorch的bert_bilstm_crf中文命名实体识别
Htring/BERT-BiLSTM-CRF_PL
使用BERT-BiLSTM+CRF进行ner任务(pytorch_lightning版)
lansinuote/Huggingface_Toturials
bert-base-chinese example
Morizeyao/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
shibing624/text2vec
text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
alibaba/EasyNLP
EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit
BlinkDL/AI-Writer
AI 写小说,生成玄幻和言情网文等等。中文预训练生成模型。采用我的 RWKV 模型,类似 GPT-2 。AI写作。RWKV for Chinese novel generation.
lyhue1991/eat_pytorch_in_20_days
Pytorch🍊🍉 is delicious, just eat it! 😋😋
MuQiuJun-AI/bert4pytorch
超轻量级bert的pytorch版本,大量中文注释,容易修改结构,持续更新
old-wang-95/easy-bert
easy-bert是一个中文NLP工具,提供诸多bert变体调用和调参方法,极速上手;清晰的设计和代码注释,也很适合学习
DA-southampton/TRM_tutorial
Transformer在CV和NLP领域的变体模型的从零解读:Transformer;VIT;Swin Transformer
DA-southampton/Read_Bert_Code
Bert源码阅读与讲解(Pytorch版本)-以BERT文本分类代码为例子
datawhalechina/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
casual-silva/ppyolo-captcha
使用百度开源ppyolo3目标检测模型识别滑动验证码 极验滑块验证码 识别成功率99% 🎯
datawhalechina/learn-nlp-with-transformers
we want to create a repo to illustrate usage of transformers in chinese
ymcui/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
Gerapy/GerapyAutoExtractor
Auto Extractor Module
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
nocoolsandwich/iamQA
中文wiki百科QA阅读理解问答系统,使用了CCKS2016数据的NER模型和CMRC2018的阅读理解模型,还有W2V词向量搜索,使用torchserve部署