Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大语言模型(LLM)学习路径和资料汇总 #97

Open
ninehills opened this issue Jun 27, 2023 · 123 comments
Open

大语言模型(LLM)学习路径和资料汇总 #97

ninehills opened this issue Jun 27, 2023 · 123 comments
Labels

Comments

@ninehills
Copy link
Owner

ninehills commented Jun 27, 2023

更新时间:20241018

0x00 学习路径

本文分为三个章节,各章节的学习目标如下。

  • 入门篇:
    • 了解大语言模型的基础知识和常见术语。
    • 学会使用编程语言访问 OpenAI API 等常见大语言模型接口。
    • 面向非专业背景的大模型普及知识。
  • 应用篇:
    • 可以在本地环境搭建开源模型的推理环境。
    • 大语言模型应用开发框架(如 LangChain、Dify等)。
    • Prompt 工程、 RAG、Agent 等大模型应用开发范式。
  • 深入篇:
    • 大模型技术原理、训练微调、数据工程、推理优化等。
    • 大模型应用范式(RAG、Agent等)前沿进展。

读者可以根据自己需要选择对应的章节,如对大语言模型的原理不感兴趣,可只关注入门篇和应用篇。
考虑到阅读背景,本文尽可能提供中文资料或有中文翻译的资料。

标记为【必看】的是我认为只要你对这个主题感兴趣,必须要看的资料。

0x10 入门篇

在入门之前,请申请 OpenAI API,并具备良好的国际互联网访问条件。
推荐注册 https://openrouter.ai/ 可一站式访问大量闭源和开源模型。

0x20 应用篇

0x30 深入篇

0x31 大模型技术基础方向

0x32 大模型技术原理方向

0x33 大模型训练微调方向

0x34 大模型数据工程方向

0x35 大模型推理优化方向

0x36 大模型应用方向

@ninehills ninehills changed the title 大语言模型(LLM)学习路径和资料汇总 大语言模型(LLM)学习路径和资料汇总(草稿) Jun 27, 2023
@ninehills ninehills added blog and removed draft labels Jun 28, 2023
@ninehills ninehills changed the title 大语言模型(LLM)学习路径和资料汇总(草稿) 大语言模型(LLM)学习路径和资料汇总 Jun 28, 2023
@fxyfw2
Copy link

fxyfw2 commented Sep 13, 2023

mark

2 similar comments
@tolbkni
Copy link

tolbkni commented Sep 26, 2023

mark

@08183080
Copy link

08183080 commented Nov 9, 2023

mark

@zhang2005pan
Copy link

好啊太好啦

@simonsjy
Copy link

mark

4 similar comments
@731894915
Copy link

mark

@alexanderliu-creator
Copy link

mark

@Lyshen
Copy link

Lyshen commented Dec 1, 2023

mark

@scuuy
Copy link

scuuy commented Dec 6, 2023

mark

@lance911
Copy link

lance911 commented Dec 8, 2023

thanks

@gxz1989611
Copy link

mark

@ccalvin97
Copy link

Mark

@ymbZzz
Copy link

ymbZzz commented Dec 21, 2023

m

@LaBaicai02
Copy link

haohaohao

@HKUSTleo
Copy link

mark!Nice

@njleonzhang
Copy link

mark

2 similar comments
@Everfighting
Copy link

mark

@HaoyuWangFight
Copy link

mark

@beasoul
Copy link

beasoul commented Jan 26, 2024

真好,给你点赞

@gqxie
Copy link

gqxie commented Feb 7, 2024

Mark

@xiaoyao1999hn
Copy link

mark

4 similar comments
@hg3386628
Copy link

mark

@yangpei0702
Copy link

mark

@stupudroedeer
Copy link

mark

@HZ-12
Copy link

HZ-12 commented Feb 27, 2024

mark

@ouyangmeng
Copy link

ouyangmeng commented Jan 15, 2025 via email

@Della166
Copy link

Della166 commented Jan 15, 2025 via email

@Hululuistrue
Copy link

mark

@shiwenwen
Copy link

点赞

@jiuwenyu
Copy link

mark

1 similar comment
@yan4243
Copy link

yan4243 commented Jan 16, 2025

mark

@newweb2
Copy link

newweb2 commented Jan 17, 2025

MARK

@wubenkang
Copy link

更新时间:20241018

0x00 学习路径

本文分为三个章节,各章节的学习目标如下。

  • 入门篇:

    • 了解大语言模型的基础知识和常见术语。
    • 学会使用编程语言访问 OpenAI API 等常见大语言模型接口。
    • 面向非专业背景的大模型普及知识。
  • 应用篇:

    • 可以在本地环境搭建开源模型的推理环境。
    • 大语言模型应用开发框架(如 LangChain、Dify等)。
    • Prompt 工程、 RAG、Agent 等大模型应用开发范式。
  • 深入篇:

    • 大模型技术原理、训练微调、数据工程、推理优化等。
    • 大模型应用范式(RAG、Agent等)前沿进展。

读者可以根据自己需要选择对应的章节,如对大语言模型的原理不感兴趣,可只关注入门篇和应用篇。 考虑到阅读背景,本文尽可能提供中文资料或有中文翻译的资料。

标记为【必看】的是我认为只要你对这个主题感兴趣,必须要看的资料。

0x10 入门篇

在入门之前,请申请 OpenAI API,并具备良好的国际互联网访问条件。
推荐注册 https://openrouter.ai/ 可一站式访问大量闭源和开源模型。

0x20 应用篇

0x30 深入篇

0x31 大模型技术基础方向

0x32 大模型技术原理方向

0x33 大模型训练微调方向

0x34 大模型数据工程方向

0x35 大模型推理优化方向

0x36 大模型应用方向

@wubenkang
Copy link

mark

9 similar comments
@chouchou900822
Copy link

mark

@ayingya
Copy link

ayingya commented Jan 17, 2025

mark

@chinshunyu
Copy link

mark

@ethanzhrepo
Copy link

mark

@freemanxzx
Copy link

mark

@8Avalon8
Copy link

mark

@tankle
Copy link

tankle commented Jan 23, 2025

mark

@Spilze
Copy link

Spilze commented Jan 24, 2025

mark

@Andr-Robot
Copy link

mark

@kangkang0225
Copy link

Mark

@xwb1136021767
Copy link

mark

10 similar comments
@OwenWo0
Copy link

OwenWo0 commented Feb 10, 2025

mark

@KinooYu
Copy link

KinooYu commented Feb 11, 2025

mark

@littlestar1998
Copy link

mark

@Odyssey18989
Copy link

mark

@yehong913
Copy link

mark

@jzzh123
Copy link

jzzh123 commented Feb 18, 2025

mark

@redSun64
Copy link

mark

@1olhuang
Copy link

mark

@meowmori
Copy link

mark

@FankLizi
Copy link

mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests