datawhalechina / hand-bert
Building BERT Model with PyTorch
☆16Updated 3 weeks ago
Alternatives and similar repositories for hand-bert:
Users that are interested in hand-bert are comparing it to the libraries listed below
- 本仓库将带大家从零开始,用pytorch的线性层搭建传统的NLP神经网络☆29Updated 3 weeks ago
- A simple and trans-platform rag framework and tutorial☆72Updated 2 weeks ago
- 通过带领大家解读Transformer模型来加深对模型的理解☆51Updated last week
- 大模型/LLM推理和部署理论与实践☆128Updated last week
- 数据科学教程案例☆128Updated 2 weeks ago
- ☆50Updated 8 months ago
- 基于文心一言和树莓派Pico的最简易桌面宠物☆53Updated 2 weeks ago
- 中文翻译的 Hands-On-Large-Language-Models (hands-on-llms),动手学习大模型☆162Updated this week
- 一个构建“听话”提示词的教程☆22Updated last month
- 解锁HuggingFace生态的百般用法☆79Updated 3 weeks ago
- 本项目将基于多模态,RAG以及LLM等技术,打造了一个基于手相算命的系统☆24Updated 4 months ago
- a chinese tutorial of git☆147Updated 8 months ago
- OPEN AI通识课☆90Updated last month
- 聪明办法学Python,简明且系统的 Python 入门教程第二版。☆241Updated 7 months ago
- wow-fullstack,令人惊叹的全栈开发教程☆136Updated last month
- 大模型算法岗面试题(含答案):常见问题和概念解析 "大模型面试题"、"算法岗面试"、"面试常见问题"、"大模型算法面试"、"大模型应用基础"☆349Updated 3 months ago
- 图深度学习(葡萄书),在线阅读地址: https://datawhalechina.github.io/grape-book☆214Updated 8 months ago
- 此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务(文本分类、信息抽取、知识图谱、机器翻译、问答系统、文本生成、Text-to-SQL、文本纠错、文本挖掘、知识蒸馏、模型加速、OCR、TTS、Prompt、embedding等),所有代码都经过测试…☆182Updated last year
- 记录大模型相关的一些知识和方法☆352Updated this week
- 模型压缩的小白入门教程☆216Updated last month
- Django 是一个使用 Python 编写的开源 Web 应用程序框架,它提供了一套用于快速开发安全、 可扩展和高效的 Web 应用程序的工具和功能。Django 基于 MVC(Model-View-Controller)架构模式,采用了最佳实践,强调代码的可重用性和可维…☆73Updated 7 months ago
- RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理