-
### 请提出你的问题
```
from paddlenlp import Taskflow
summarizer = Taskflow("text_summarization")
```
下面是两个测试效果
![image](https://github.com/PaddlePaddle/PaddleNLP/assets/95856679/9aa8cf83-c686-40ea-a0f…
-
### 软件环境
```Markdown
- paddlepaddle-gpu: 2.5.1
- paddlenlp: 2.6.1
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
运行:
python export_model.py --model_name_or_pat…
-
### 请提出你的问题
import paddle
from paddlenlp.transformers import AlbertModel, AlbertTokenizer
tokenizer = AlbertTokenizer.from_pretrained('albert-base-v1')
model = AlbertModel.from_pretrained('alber…
-
### 软件环境
```Markdown
- paddlepaddle-gpu: 2.6.1
- paddlenlp: 2.8.0
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
File "/home/ubuntu/project/paddle_nlp_test/finetune…
-
### 请提出你的问题
```
from pprint import pprint
from paddlenlp import Taskflow
schema = ["病情诊断", "治疗方案", "病因分析", "指标解读", "就医建议", "疾病表述", "后果表述", "注意事项", "功效作用", "医疗费用", "其他"]
# my_cls = Taskflow("z…
-
### 请提出你的问题
使用paddlenlp uiex模型进行图片信息抽取,将一批图片循环批量进行预测抽取过程中,出现显存增加问题怎么解决,同一批图片单独进行OCR通用识别时不会出现显存增长问题
-
### 请提出你的问题
[Question]: 请问在 ppdiffuser 内,如何加载多个 lora,然后使用 prompt 进行切换?请问有相关的示例代码可以提供下嘛?谢谢
-
### 请提出你的问题
Trainer API 这么好的一个东西,为什么多了一个 TrainingArguments 这种败笔,这种设计就无法单独使用 Trainer
-
### 软件环境
```Markdown
- paddlepaddle:
- paddlepaddle-gpu: 2.6.1.post117
- paddlenlp: 2.7.2
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
Class WordSubstitute and C…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…