|
31 | 31 | .. toctree::
|
32 | 32 | :maxdepth: 1
|
33 | 33 | :caption: 模型库列表
|
34 |
| - |
| 34 | + |
| 35 | + 热门模型介绍 <hot_model.md> |
35 | 36 | 模型库列表 <model_list.rst>
|
36 |
| - |
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 | .. toctree::
|
40 | 40 | :maxdepth: 1
|
41 | 41 | :caption: 快速开始
|
42 | 42 |
|
43 | 43 | 安装 <get_started/installation>
|
44 |
| - 10分钟完成高精度中文情感分析 <get_started/quick_start> |
45 |
| - 对话模板 <get_started/chat_template> |
46 |
| - |
47 |
| - |
48 |
| -.. toctree:: |
49 |
| - :maxdepth: 1 |
50 |
| - :caption: 数据准备 |
51 |
| - |
52 |
| - 整体介绍 <data_prepare/overview> |
53 |
| - 数据集列表 <data_prepare/dataset_list> |
54 |
| - 加载数据集 <data_prepare/dataset_load> |
55 |
| - 自定义数据集 <data_prepare/dataset_self_defined> |
56 |
| - 数据处理 <data_prepare/data_preprocess> |
| 44 | + 文本生成 <get_started/generate> |
| 45 | + 快速训练 <get_started/training> |
| 46 | + 快速推理 <get_started/inference> |
57 | 47 |
|
58 | 48 | .. toctree::
|
59 | 49 | :maxdepth: 1
|
60 |
| - :caption: 飞桨大模型 |
| 50 | + :caption: 飞桨大模型训练 |
61 | 51 |
|
62 | 52 | 飞桨大模型主文档 <llm/README.md>
|
63 | 53 | 大模型-预训练文档 <llm/docs/pretrain.rst>
|
64 | 54 | 大模型-精调文档 <llm/docs/finetune.md>
|
65 | 55 | 大模型-DPO文档 <llm/docs/dpo.md>
|
66 | 56 | 大模型-RLHF文档 <llm/docs/rlhf.md>
|
67 |
| - 大模型-推理部署教程 <llm/docs/predict/index.rst> |
| 57 | + 模型融合文档 <llm/docs/mergekit.md> |
| 58 | + |
| 59 | + |
| 60 | +.. toctree:: |
| 61 | + :maxdepth: 1 |
| 62 | + :caption: 飞桨大模型推理 |
| 63 | + |
| 64 | + Docker部署-快速开始教程 <llm/server/docs/general_model_inference.md> |
| 65 | + 大模型推理教程 <llm/docs/predict/inference_index.rst> |
| 66 | + 实践调优 <llm/docs/predict/infer_optimize.rst> |
| 67 | + 静态图模型列表 <llm/server/docs/static_models.md> |
| 68 | + 各个模型推理量化教程 <llm/docs/predict/models.rst> |
| 69 | + 异构设备推理 <llm/docs/predict/devices.rst> |
68 | 70 | 大模型-量化教程 <llm/docs/quantization.md>
|
69 |
| - 大模型-高级技术文档 <llm/docs/advanced.rst> |
70 |
| - |
| 71 | + |
| 72 | + |
71 | 73 | .. toctree::
|
72 | 74 | :maxdepth: 1
|
73 |
| - :caption: 模型库 |
| 75 | + :caption: 飞桨大模型特色技术 |
| 76 | + |
| 77 | + <llm/docs/unified_checkpoint.md> |
| 78 | + <llm/docs/flashmask.md> |
| 79 | + <llm/docs/llm_trainer.rst> |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +.. toctree:: |
| 84 | + :maxdepth: 1 |
| 85 | + :caption: PaddleNLP工具库 |
74 | 86 |
|
75 |
| - Transformer预训练模型 <model_zoo/index> |
76 |
| - 使用Trainer API训练 <trainer.md> |
77 |
| - 使用Trainer API进行模型压缩 <compression.md> |
78 | 87 | 一键预测功能 <model_zoo/taskflow>
|
79 | 88 | 预训练词向量 <model_zoo/embeddings>
|
80 | 89 |
|
| 90 | +.. toctree:: |
| 91 | + :maxdepth: 1 |
| 92 | + :caption: PaddleNLP 教程 |
| 93 | + |
| 94 | + Transformer预训练模型 <model_zoo/index> |
| 95 | + Trainer API训练教程 <trainer.md> |
| 96 | + 对话模板教程 <get_started/chat_template> |
| 97 | + 多轮对话精调教程 <llm/docs/chat_template.md> |
| 98 | + 中文情感分析教程 <get_started/quick_start> |
| 99 | + 模型压缩教程 <compression.md> |
| 100 | + Torch2Paddle 权重转换教程 <llm/docs/torch2paddle.md> |
| 101 | + |
| 102 | + |
81 | 103 |
|
82 | 104 | .. toctree::
|
83 | 105 | :maxdepth: 1
|
84 | 106 | :caption: 评价指标
|
85 | 107 |
|
86 | 108 | 评价指标 <metrics/metrics.md>
|
87 | 109 |
|
| 110 | + |
| 111 | + |
| 112 | +.. :maxdepth: 1 |
| 113 | +.. :caption: 数据准备 |
| 114 | +
|
| 115 | +.. 整体介绍 <data_prepare/overview> |
| 116 | +.. 数据集列表 <data_prepare/dataset_list> |
| 117 | +.. 加载数据集 <data_prepare/dataset_load> |
| 118 | +.. 自定义数据集 <data_prepare/dataset_self_defined> |
| 119 | +.. 数据处理 <data_prepare/data_preprocess> |
| 120 | +
|
| 121 | +
|
88 | 122 | .. toctree::
|
89 | 123 | :maxdepth: 1
|
90 | 124 | :caption: 实践教程
|
|
0 commit comments