-
如果我要做三元组抽取,正常来说schema是有很多个的,taskflow引入自定义的schema可以有多个吗,还是只能弄一个schema,如果可以,有无多个chema定义格式参考
-
Hello,
I am working on a practical use-case of Document understanding and wondering if I could leverage UDOP. The goal is to extract key informations from the document (in fields or tables). The tr…
-
### 请提出你的问题
fine tune uie-base-en 模型, Recall和F1始终在10%~20%; 求大神指教。
![image](https://user-images.githubusercontent.com/30545972/194578488-16e4de4e-bed3-4fa0-a7f8-810667bba23e.png)
-
The models name:uie-nano is not in task:[information_extraction]
这是什么原因呢?已经有了nano的模型。
![截屏2022-07-21 20 04 54](https://user-images.githubusercontent.com/16937245/180209444-1a12b69a-1834-4f81-9b01…
-
**建议UIE模型代码结构中加入数据格式校验脚本**,因为大多数用UIE模型的数据来源都是已经打标的数据,需要自己手动编写数据格式转换脚本把原有的数据格式转换成模型输入的数据格式(或者转换成doccano.py文件输入的数据格式),然而上万条数据转换后,其中可能会因为自己编写的转换脚本不够全面,而导致少量的数据格式有问题,难以排查,从而导致模型训练报错。
-
我用https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/uie 训练了一个判断一句话是否正常的模型,在预测的时候,发现有些结果无输出
```
from pprint import pprint
from paddlenlp import Taskflow
schema = '情感倾向[1,0]'
my_…
-
paddle版本(GPU): 2.3.0 安装方式: python -m pip install paddlepaddle-gpu==2.3.0.post101 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
paddlenlp版本: 2.3.1 安装方式: pip
Python版本:3.7.4
具体…
-
欢迎您反馈PaddleNLP使用问题,非常感谢您对PaddleNLP的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleNLP和PaddlePaddle版本:请提供您的PaddleNLP和PaddlePaddle版本号,例如PaddleNLP 2.0.4,PaddlePaddle2.1.1
2)系统环境:请您描述系统类型,例如Linux/Windows…
-
### 请提出你的问题
Hi there,
I have another question here, regrading the VQA dataset, seems now for each question, we only have one answer, for example: {"text": xxx, "answer_start": [2], "answer_end":[…
-
模型训练完毕后,UIE抽取耗时目前稳定在20ms左右。
显卡为16GB,已设置fp16。
是否还有其他方法可使耗时能继续缩短?