lijiaqi0612 / UIE-ACL-310Links
有一个通用实体关系事件抽取的任务,需要使用到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_…
☆18Updated 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
Sorting:
- using lear to do ner extraction☆29Updated 3 years ago
- bert-flat 简化版 添加了很多注释☆15Updated 3 years ago
- benchmark of KgCLUE, with different models and methods☆27Updated 3 years ago
- ☆57Updated 2 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆43Updated 2 years ago
- A simple implementation of Biaffine NER.☆34Updated 3 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 3 years ago
- 关键词抽取项目☆24Updated 4 years ago
- 基于pytorch的百度UIE命名实体识别。☆56Updated 2 years ago
- deep training task☆29Updated 2 years ago
- BLOOM 模型的指令微调☆24Updated last year
- pytorch Efficient GlobalPointer☆54Updated 3 years ago
- Cascade bert+word vec and one layer FLAT, trained by adversarial FGM and Stochastic Weight Averaging☆23Updated 3 years ago
- SinglepassTextCluster, an TextCluster tools based on Singlepass cluster algorithm that use tfidf vector and doc2vec,which can be used for…☆63Updated 3 years ago
- NLP实验:新词挖掘+预训练模型继续Pre-training☆47Updated last year
- 复习论文《A Frustratingly Easy Approach for Joint Entity and Relation Extraction》☆31Updated 4 years ago
- 基于span分类和负采样的嵌套实体识别☆14Updated 2 years ago
- CCKS2021答非所问竞赛冠军方案☆26Updated 3 years ago
- 基于Bart语言模型的指针生成网络,用于中文语法纠错任务☆15Updated 2 years ago
- 使用多头的思想来进行命名实体识别☆33Updated 4 years ago
- chinese few-shot ner☆16Updated 2 years ago
- 实验苏神的CoSENT的Torch实现☆32Updated 3 years ago
- ccks金融事件主体抽取☆72Updated 4 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆28Updated 2 years ago
- 基于“Seq2Seq+前缀树”的知识图谱问答☆71Updated 3 years ago
- 2021 搜狐校园文本匹配算法大赛方案☆17Updated 6 months ago
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆33Updated 3 years ago
- The source code of paper "An Effective System for Multi-format Information Extraction".☆18Updated 3 years ago
- 基于模板的文本纠错;Automatically Mining Error Templates for Grammatical Error Correction☆40Updated 2 years ago
- HMM\CRF\BERT-CRF\BILSTM-CRF\BERTBILSTMCRF\XLNETBILSTMCRF☆33Updated 2 years ago