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_…
☆20Updated 3 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:
- 文本智能校对大赛(Chinese Text Correction)的baseline☆68Updated 3 years ago
- using lear to do ner extraction☆29Updated 3 years ago
- ☆57Updated 2 years ago
- benchmark of KgCLUE, with different models and methods☆28Updated 3 years ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。☆116Updated last year
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆33Updated 3 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 4 years ago
- 基于pytorch的百度UIE命名实体识别。☆56Updated 2 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆44Updated 3 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆29Updated 2 years ago
- 中文文本纠错模型,keras实现☆74Updated 4 years ago
- BLOOM 模型的指令微调☆24Updated 2 years ago
- ☆23Updated 2 years ago
- ☆22Updated 5 years ago
- A simple implementation of Biaffine NER.☆35Updated 3 years ago
- 在苏剑林老师的代码上改了一下,改成了python3.6,基于膨胀卷积,字词混合向量,radam梯度优化算法,百度百科词向量的阅读理解模型☆23Updated 6 years ago
- 基于NER的文本纠错☆14Updated last year
- bert_avg,bert_whitening,sbert,consert,simcse,esimcse 中文句向量表示☆16Updated 3 years ago
- sodic2021 法律咨询 智能问答 Baseline 线上35+☆18Updated 4 years ago
- TensorRT☆11Updated 5 years ago
- CTC2021-中文文本纠错大赛的SOTA方案及在线演示☆73Updated 2 years ago
- CGED & CSC☆23Updated 5 years ago
- deep training task☆30Updated 2 years ago
- 基于“Seq2Seq+前缀树”的知识图谱问答☆71Updated 3 years ago
- 对话改写介绍文章☆98Updated 2 years ago
- SinglepassTextCluster, an TextCluster tools based on Singlepass cluster algorithm that use tfidf vector and doc2vec,which can be used for…☆64Updated 4 years ago
- 基于Pytorch实现的中文文本分类脚手架,以及常用模型对比。☆18Updated 4 years ago
- Sentence-Transformers Information Retrieval example on Chinese☆30Updated last year
- 基于模板的文本纠错;Automatically Mining Error Templates for Grammatical Error Correction☆44Updated 3 years ago
- RelExt: A Tool for Relation Extraction from Text. 文本实体关系抽取工具。☆51Updated 3 years ago