Aorunfa / transformerself
一个用于快速入门transformer的仓库,梳理相关nlp和vit模型结构、原理,训练的基本步骤及微调方法, 配套能快速学习的代码实战项目
☆20Updated last month
Alternatives and similar repositories for transformerself:
Users that are interested in transformerself are comparing it to the libraries listed below
- graphrag的基础架构☆34Updated 6 months ago
- 快速入门RAG与私有化部署☆175Updated last year
- A simple and trans-platform rag framework and tutorial☆173Updated last month
- A simple and trans-platform agent framework and tutorial☆91Updated this week
- 通义千问的DPO训练☆47Updated 7 months ago
- 基于ChatGLM3-6b的智能对话系统,集成了RAG、知识图谱、Agent、多模态 等技术来增强大模型的回复质量。☆37Updated 8 months ago
- Learning LLM Implementaion and Theory for Practical Landing☆150Updated 3 months ago
- ☆35Updated 3 weeks ago
- 一个用于预防经济诈骗的文本分类检测微调项目。☆22Updated 2 months ago
- kaggle 2024 Eedi 第10名 金牌方案☆34Updated 3 months ago
- 通义千问 SFT试验☆69Updated last year
- 大模型/LLM推理和部署理论与实践☆244Updated last month
- 从0开始,将chatgpt的技术路线跑一遍。☆230Updated 7 months ago
- 本项目为书籍《大模型RAG实战》的代码以及资料汇总。☆187Updated 5 months ago
- 解锁HuggingFace生态的百般用法☆89Updated 4 months ago
- ☆84Updated 2 months ago
- ☆75Updated 2 months ago
- 基于文心一言和树莓派Pico的最简易桌面宠物☆71Updated 2 months ago
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务(文本分类、信息抽取、知识图谱、机器翻译、问答系统、文本生成、Text-to-SQL、文本纠错、文本挖掘、知识蒸馏、模型加速、OCR、TTS、Prompt、embedding等),所有代码都经过测试…☆194Updated last year
- LLM大模型(重点)以及搜广推等 AI 算法中手写的面试题,(非 LeetCode),比如 Self-Attention, AUC等,一般比 LeetCode 更考察一个人的综合能力,又更贴近业务和基础知识一点☆238Updated 3 months ago
- 一个面向小白的大模型应用开发课程☆58Updated last year
- RAG 论文学习☆117Updated last month
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆123Updated 7 months ago