ai408 / nlp-engineering
专注于对话系统领域的技术分享,重点写《Dify应用操作和源码剖析》专栏。
☆71Updated 6 months ago
Alternatives and similar repositories for nlp-engineering:
Users that are interested in nlp-engineering are comparing it to the libraries listed below
- Baichuan2代码的逐行解析版本,适合小白☆211Updated last year
- 基于大语言模型的检索增强生成RAG示例☆116Updated last month
- ChatGLM2-6B微调, SFT/LoRA, instruction finetune☆105Updated last year
- 阿里天池: 2023全球智能汽车AI挑战赛——赛道一:AI大模型检索问答 baseline 80+☆83Updated last year
- basic framework for rag(retrieval augment generation)☆81Updated last year
- A high-throughput and memory-efficient inference and serving engine for LLMs☆127Updated last month
- ☆98Updated 7 months ago
- baichuan LLM surpervised finetune by lora☆61Updated last year
- 中文原生检索增强生成测评基准☆107Updated 9 months ago
- qwen-7b and qwen-14b finetuning☆88Updated 9 months ago
- 使用qlora对中文大语言模型进行微调,包含ChatGLM、Chinese-LLaMA-Alpaca、BELLE☆85Updated last year
- 大语言模型指令调优工具(支持 FlashAttention)☆169Updated last year
- 阿里通义千问(Qwen-7B-Chat/Qwen-7B), 微调/LORA/推理☆76Updated 8 months ago
- 专注于中文领域大语言模型,落地到某个行业某个领域,成为一个行业大模型、公司级别或行业级别领域大模型。☆115Updated 4 months ago
- 中文大模型微调(LLM-SFT), 数学指令数据集MWP-Instruct, 支持模型(ChatGLM-6B, LLaMA, Bloom-7B, baichuan-7B), 支持(LoRA, QLoRA, DeepSpeed, UI, TensorboardX), 支持(微…☆183Updated 8 months ago
- 使用单个24G显卡,从0开始训练LLM☆50Updated 3 months ago
- ChatGLM-6B添加了RLHF的实现,以及部分核心代码的逐行讲解 ,实例部分是做了个新闻短标题的生成,以及指定context推荐的RLHF的实现☆82Updated last year
- RAG 论文学习☆40Updated last week
- 部署你自己的OpenAI api🤩, 基于flask, transformers (使用 Baichuan2-13B-Chat-4bits 模型, 可以运行在单张Tesla T4显卡) ,实现了OpenAI中Chat, Models和Completions接口,包含流式响…