Skip to content

Commit 154e1a4

Browse files
author
gongenlei
authored
docs: update docs (#1157)
1 parent 0530cab commit 154e1a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/text_summarization/bart/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ BART是一种Seq2Seq结构的降噪自编码器,通过增加噪声来破环文
2424
├── run_summarization.py # 模型finetune主程序入口
2525
├── generate.py # 模型生成主程序入口
2626
├── utils.py # 定义参数及一些工具函数
27+
├── requirements.txt # 环境依赖文件
2728
└── README.md # 文档说明
2829
```
2930

paddlenlp/ops/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* `FasterGPT()`: 支持 GPT 模型的预测加速功能。使用示例可以参考 [GPT 预测加速使用示例](../../examples/language_model/gpt/faster_gpt/)
4646
* `FasterUnifiedTransformer()`: 支持 UnifiedTransformer 模型的预测加速功能。使用示例可以参考 [UnifiedTransformer 预测加速使用示例](../../examples/dialogue/unified_transformer/)
4747
* `FasterUNIMOText()`: 支持 UNIMOText 模型预测加速功能。使用示例可以参考 [UNIMOText 预测加速使用示例](../../examples/text_generation/unimo-text/faster_unimo/)
48-
* `FasterBart()`: 支持 BART 模型预测加速功能。使用示例可以参考 [BART 预测加速使用示例](./faster_transformer/sample/bart_decoding_sample.py)
48+
* `FasterBART()`: 支持 BART 模型预测加速功能。使用示例可以参考 [BART 预测加速使用示例-sample](./faster_transformer/sample/bart_decoding_sample.py)[BART 预测加速使用示例-文本摘要](../../examples/text_summarization/bart)
4949

5050
具体使用方法可以参考 API 文档或是使用示例。
5151

0 commit comments

Comments
 (0)