lijiaqi0612 / UIE-ACL-310
有一个通用实体关系事件抽取的任务,需要使用到UIE模框架,而且需要将起部署到昇腾310服务器上,因为UIE模型底层使用的是ernie3.0,但是目前paddle官方还不支持ernie3.0模型在昇腾310上部署,所以才有了以下的操作,主要过程是,先试用paddle训练处模型,然后使用 paddle2onnx.command.c_paddle_to_onnx方法将paddle的模型转为onnx模型 ,因现在的onnx模型是动态的shape和散乱的算子形态,需要使用paddle自带的工具paddle2onnx.optimize将onnx模型先进行重塑,固定好shape的维度,将散乱的算子进行整合,命令如下: $ python -m paddle2onnx.optimize --input_…
☆17Updated 2 years ago
Alternatives and similar repositories for UIE-ACL-310:
Users that are interested in UIE-ACL-310 are comparing it to the libraries listed below
- using lear to do ner extraction☆29Updated 3 years ago
- benchmark of KgCLUE, with different models and methods☆27Updated 3 years ago
- A simple implementation of Biaffine NER.☆34Updated 3 years ago
- ☆57Updated 2 years ago
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆33Updated 3 years ago
- bert-flat 简化版 添加了很多注释☆15Updated 3 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 3 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆28Updated 2 years ago
- BLOOM 模型的指令微调☆24Updated last year
- CGED & CSC☆23Updated 5 years ago
- 企业事件抽取☆14Updated 3 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆43Updated 2 years ago
- 基于NER的文本纠错☆14Updated last year
- 基于Bart语言模型的指针生成网络,用于中文语法纠错任务☆15Updated 2 years ago
- 千言多技能对话,包含闲聊、知识对话、推荐对话☆27Updated 3 years ago
- 关键词抽取项目☆24Updated 4 years ago
- CTC2021-中文文本纠错大赛的SOTA方案及在线演示☆72Updated last year
- NLP实验:新词挖掘+预训练模型继续Pre-training☆47Updated last year
- ☆39Updated 3 years ago
- pytorch版基于gpt+nezha的中文多轮Cdial☆11Updated 2 years ago
- pytorch Efficient GlobalPointer☆54Updated 3 years ago
- SinglepassTextCluster, an TextCluster tools based on Singlepass cluster algorithm that use tfidf vector and doc2vec,which can be used for…☆62Updated 3 years ago
- 记录NLP、CV、搜索、推荐等AI岗位最新情况。☆29Updated 2 years ago
- The source code of paper "An Effective System for Multi-format Information Extraction".☆18Updated 3 years ago
- deep training task☆29Updated 2 years ago
- 开课吧&后厂理工学院_百度NLP项目2:试题数据集多标签文本分类 Models: FastText TextCNN GCN BERT et al.☆48Updated 5 years ago
- Sentence-Transformers Information Retrieval example on Chinese☆29Updated last year
- 基于span分类和负采样的嵌套实体识别☆14Updated 2 years ago
- This repository open-sources our GEC system submitted by THU KELab (sz) in the CCL2023-CLTC Track 1: Multidimensional Chinese Learner Tex…☆14Updated last year
- 2021 搜狐校园文本匹配算法大赛方案☆17Updated 6 months ago