👑 Easy-to-use and powerful NLP library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis and 🖼 Diffusion AIGC system etc.
我是用最新版本PaddleNLP对UIE-m-large版本进行finetune,很顺利。
但是在加载已经导出到onnx模型时,遇到问题。
报错内容为:ModelProto does not have a graph.
具体为:
model_zoo/uie/deploy/python/uie_predictor.py , line: 30
onnx_model = paddle2onnx.command.c_paddle_to_onnx( ... )
输入的模型路径没问题,但...
我是用最新版本PaddleNLP对UIE-m-large版本进行finetune,很顺利。
但是在加载已经导出到onnx模型时,遇到问题。
报错内容为:ModelProto does not have a graph.
具体为:
model_zoo/uie/deploy/python/uie_predictor.py , line: 30
onnx_model = paddle2onnx.command.c_paddle_to_onnx( ... )
输入的模型路径没问题,但...
请提出你的问题
Hi @authors,
Could you add the FUNSD training set preparation script for ernie-layout custom training.
This data set - "https://bj.bcebos.com/paddlenlp/datasets/funsd.tar.gz" is preformatted and could you add the conversion script/data prepartion script for the same.
Thanks,
Feature request
Could you please add fine tuning scripts for SROIE and CORD datasets. We could see only for FUNSD.
Thanks.
Motivation
Could you please add fine tuning scripts for SROIE and CORD datasets. We could see only for FUNSD.
Your contribution
Could you please add fine tuning scripts for SROI...