├── LICENSE ├── LLMs Tokenizer 篇 └── LLMs Tokenizer篇.md ├── LLMs位置编码篇.md ├── LLMs激活函数篇.md ├── LayerNormalization篇.md ├── README.md ├── Token及模型参数准备篇.md ├── misc ├── ali_pay.png ├── placeholder └── wechat_pay.png ├── 大模型(LLMs)agent面.md ├── 大模型(LLMs)langchain面 ├── 基于LLM+向量库的文档对话经验面.md └── 大模型(LLMs)langchain面.md ├── 大模型(LLMs)参数高效微调(PEFT)面 ├── LoRA系列篇.md ├── 大模型(LLMs)参数高效微调(PEFT)面.md ├── 提示学习(Prompting).md └── 适配器微调(Adapter-tuning)篇.md ├── 大模型(LLMs)基础面.md ├── 大模型(LLMs)强化学习面.md ├── 大模型(LLMs)微调面.md ├── 大模型(LLMs)推理面.md ├── 大模型(LLMs)训练集面.md ├── 大模型(LLMs)评测面.md ├── 大模型(LLMs)软硬件配置面.md └── 大模型(LLMs)进阶面.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/LICENSE -------------------------------------------------------------------------------- /LLMs Tokenizer 篇/LLMs Tokenizer篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/LLMs Tokenizer 篇/LLMs Tokenizer篇.md -------------------------------------------------------------------------------- /LLMs位置编码篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/LLMs位置编码篇.md -------------------------------------------------------------------------------- /LLMs激活函数篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/LLMs激活函数篇.md -------------------------------------------------------------------------------- /LayerNormalization篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/LayerNormalization篇.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/README.md -------------------------------------------------------------------------------- /Token及模型参数准备篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/Token及模型参数准备篇.md -------------------------------------------------------------------------------- /misc/ali_pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/misc/ali_pay.png -------------------------------------------------------------------------------- /misc/placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /misc/wechat_pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/misc/wechat_pay.png -------------------------------------------------------------------------------- /大模型(LLMs)agent面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)agent面.md -------------------------------------------------------------------------------- /大模型(LLMs)langchain面/基于LLM+向量库的文档对话经验面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)langchain面/基于LLM+向量库的文档对话经验面.md -------------------------------------------------------------------------------- /大模型(LLMs)langchain面/大模型(LLMs)langchain面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)langchain面/大模型(LLMs)langchain面.md -------------------------------------------------------------------------------- /大模型(LLMs)参数高效微调(PEFT)面/LoRA系列篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)参数高效微调(PEFT)面/LoRA系列篇.md -------------------------------------------------------------------------------- /大模型(LLMs)参数高效微调(PEFT)面/大模型(LLMs)参数高效微调(PEFT)面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)参数高效微调(PEFT)面/大模型(LLMs)参数高效微调(PEFT)面.md -------------------------------------------------------------------------------- /大模型(LLMs)参数高效微调(PEFT)面/提示学习(Prompting).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)参数高效微调(PEFT)面/提示学习(Prompting).md -------------------------------------------------------------------------------- /大模型(LLMs)参数高效微调(PEFT)面/适配器微调(Adapter-tuning)篇.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)参数高效微调(PEFT)面/适配器微调(Adapter-tuning)篇.md -------------------------------------------------------------------------------- /大模型(LLMs)基础面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)基础面.md -------------------------------------------------------------------------------- /大模型(LLMs)强化学习面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)强化学习面.md -------------------------------------------------------------------------------- /大模型(LLMs)微调面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)微调面.md -------------------------------------------------------------------------------- /大模型(LLMs)推理面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)推理面.md -------------------------------------------------------------------------------- /大模型(LLMs)训练集面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)训练集面.md -------------------------------------------------------------------------------- /大模型(LLMs)评测面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)评测面.md -------------------------------------------------------------------------------- /大模型(LLMs)软硬件配置面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)软硬件配置面.md -------------------------------------------------------------------------------- /大模型(LLMs)进阶面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j0rGeT/LLMs_interview_notes/HEAD/大模型(LLMs)进阶面.md --------------------------------------------------------------------------------