-
文档中的示例数据为:
![image](https://user-images.githubusercontent.com/44918749/188773807-c094aeb3-a1df-4524-bd50-36ab1beaca67.png)
-
### 请提出你的问题
UIE训练使用的schema是否方便提供一下?为后续我们自己微调和schema定义提供知道。谢谢
-
1)PaddleNLP和PaddlePaddle版本:例如paddlenlp 2.3.4,paddlepaddle 2.3.0.post112
2)系统环境:Linux-ubuntu20.04,python 3.8.3
在uie运行finetune.py文件的时候报出如下错误:
试了网上给出的方法,在/home/用户名下的.bashrc添加了环境变量,并source激活
…
-
### Feature request
document_intelligence任务需要提供动态图的模型参数和模型代码
### Motivation
目前paddlenlp中的docprompt的zero-shot性能非常的不错,但是仍然需要微调。
官方目前只提供了静态图的模型参数,但是对应动态图模型的参数和模型网络代码没有提供,导致不能进行微调。
虽然官方提供了在ErnieL…
-
环境信息:Windows10 paddlepaddle-gpu=2.2 paddlenlp=2.2,python=3.7
参考教程:PaddleNLP/examples/information_extraction/DuUIE at develop · PaddlePaddle/PaddleNLP https://github.com/PaddlePaddle/PaddleNLP/tree/d…
-
I try to use timer14 by following the timer2 example.
but the compiler show below message.
project.cpp:63:21: error: 'NVIC_TIM14_IRQ' was not declared in this scope; did you mean 'NVIC_TIM4_IRQ'?
…
-
### 请提出你的问题 Please ask your question
Traceback (most recent call last):
File "G:/Py4e/知识图谱/uie_test.py", line 2, in
from paddlenlp import Taskflow
File "G:\anaconda3\lib\site-packages\pad…
-
### 请提出你的问题
uie-base-en模型zero-shot在国家,城市实体类别上表现效果较差,大佬有什么建议吗?感谢
-
(venv) PS F:\PaddleNLP\model_zoo\uie> python .\finetune.py
[2022-08-16 11:23:24,364] [ INFO] - Downloading resource files...
[2022-08-16 11:23:24,367] [ INFO] - We are using to load 'uie-na…
-
### 使用的uie_nano预训练模型,但是速度还是很慢
31个schema,80多条数据测试耗时190秒
模型是按照[文档](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/uie#%E6%A8%A1%E5%9E%8B%E9%83%A8%E7%BD%B2)使用命令:
python deploy/python…