Stars
chinese bertsum ; bertsum 抽取式模型中文版本;给出案例数据、全代码注释;下载即可训练、预测、学习
这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。
涉及到pytorch模型移动端的部署,集成一些主流的目标检 测、文本检测和文本识别算法,提供了torch模型到onnx模型的通用接 口,onnx转ncnn模型的功能,移动端模型的量化功能以及模型的推理函数。
pytextclassifier is a toolkit for text classification. 文本分类,LR,Xgboost,TextCNN,FastText,TextRNN,BERT等分类模型实现,开箱即用。
手把手带你实战 Huggingface Transformers 课程视频同步更新在B站与YouTube
骆驼(Luotuo): Open Sourced Chinese Language Models. Developed by 陈启源 @ 华中师范大学 & 李鲁鲁 @ 商汤科技 & 冷子昂 @ 商汤科技
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
中文 NLP 预处理、解析工具包,准确、高效、易用 A Chinese NLP Preprocessing & Parsing Package www.jionlp.com
Retrieval and Retrieval-augmented LLMs
nndeploy is an end-to-end model inference and deployment framework. It aims to provide users with a powerful, easy-to-use, high-performance, and mainstream framework compatible model inference and …
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.
任务型对话系统相较于聊天型目的具体,相较于问答型状态多变,主要由NLU,DM,NLG三个模块组成。 本项目先确定对话流程(对话树),然后进行每个状态的 槽、相应、转移状态三个个主要信息分析,通过自定义模板的方式构建医院自助挂号的系统。
Pytorch Implementations of large number classical backbone CNNs, data enhancement, torch loss, attention, visualization and some common algorithms.
pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。
“阿里灵杰”问天引擎电商搜索算法赛 -- 第四名(季军)
Fine-tune the Whisper speech recognition model to support training without timestamp data, training with timestamp data, and training without speech data. Accelerate inference and support Web deplo…
An implementation of HAN (Hierarchical Attention Networks for Document Classification) in PyTorch.
Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer
Pytorch实现的流式与非流式的自动语音识别框架,同时兼容在线和离线识别,目前支持Conformer、Squeezeformer、DeepSpeech2模型,支持多种数据增强方法。
基于pytorch_lightning的中文文本分类样例
An easy/swift-to-adapt PyTorch-Lighting template. 套壳模板,简单易用,稍改原来Pytorch代码,即可适配Lightning。You can translate your previous Pytorch code much easier using this template, and keep your freedom to edit a…