llms-from-scratch-cn/ch02/01_main-chapter-code/README.md
2024-02-29 10:09:03 +08:00

6 lines
221 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 第2章处理文本数据
- [ch02.ipynb](ch02.ipynb) 包含本章中出现的所有代码
- [dataloader.ipynb](dataloader.ipynb) 是一个最小的笔记本,其中包含本章实施的主要数据加载流水线