BostonMilk / transformer-tutorial-code
本仓库提供了一个基于PyTorch实现的Transformer模型示例代码,专为初学者设计,用以深入浅出地讲解Transformer架构的工作原理和应用。通过阅读和运行此项目中的代码,学习者可以快速理解自注意力机制、编码器-解码器结构以及如何在实际任务中使用Transformer。同时,项目包含了详细的文档说明和注释,便于跟随每一步进行实践。
☆53Updated last year
Alternatives and similar repositories for transformer-tutorial-code:
Users that are interested in transformer-tutorial-code are comparing it to the libraries listed below
- ☆191Updated this week
- everything about llm & aigc☆60Updated this week
- ☆79Updated this week
- An easier PyTorch deep reinforcement learning library.☆201Updated 4 months ago
- ☆50Updated 5 months ago
- 解锁HuggingFace生态的百般用法☆89Updated 4 months ago
- LLM Course;☆72Updated 4 months ago
- 通义千问的DPO训练☆46Updated 7 months ago
- ☆66Updated 8 months ago
- LLM大模型(重点)以及搜广推等 AI 算法中手写的面试题,(非 LeetCode),比如 Self-Attention, AUC等,一般比 LeetCode 更考察一个人的综合能力,又更贴近业务和基础知识一点☆235Updated 3 months ago
- bilibili video course src code☆345Updated last year
- ☆353Updated 9 months ago
- 基于stablebaseline3强化学习框架和gym-super-mario-bros马里奥游戏包,训练马里奥通关。☆71Updated 2 weeks ago
- 尝试自己从头写一个LLM,参考llama和nanogpt☆58Updated 11 months ago
- 本项目是自动化学报中AUTOPLAN的代码地址,使用大语言模型完成了复杂任务的任务规划以及任务执行☆94Updated 5 months ago
- 人工智能培训课件资源☆83Updated this week
- ☆366Updated 11 months ago
- https://hnlp.boyuai.com☆83Updated 6 months ago
- ☆495Updated last year
- ☆125Updated last year
- 关于Transformer模型的最简洁pytorch实现,包含详细注释☆190Updated last year
- 《科研论文配图》组队学习☆80Updated last year
- 《大模型项目实战:多领域智能应用开发》配 套资源☆130Updated last week
- ☆15Updated 5 months ago
- ☆34Updated 8 months ago
- Django 是一个使用 Python 编写的开源 Web 应用程序框架,它提供了一套用于快速开发安全、 可扩展和高效的 Web 应用程序的工具和功能。Django 基于 MVC(Model-View-Controller)架构模式,采用了最佳实践,强调代码的可重用性和可维…☆73Updated 11 months ago
- A simple and trans-platform rag framework and tutorial☆173Updated last month
- pytorch复现transformer