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:
- ☆58Updated 2 years ago
- 文本智能校对大赛(Chinese Text Correction)的baseline☆68Updated 2 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆29Updated 2 years ago
- benchmark of KgCLUE, with different models and methods☆28Updated 3 years ago
- using lear to do ner extraction☆29Updated 3 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 3 years ago
- ☆23Updated 2 years ago
- 基于pytorch的百度UIE命名实体识别。☆56Updated 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
- A simple implementation of Biaffine NER.☆35Updated 3 years ago
- ccks金融事件主体抽取☆72Updated 4 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆44Updated 3 years ago
- 中文文本纠错模型,keras实现☆74Updated 4 years ago
- 2020智源-京东多模态对话(JDDC2020)第三名解决方案分享☆42Updated 4 years ago
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆33Updated 3 years ago
- bert_avg,bert_whitening,sbert,consert,simcse,esimcse 中文句向量表示☆16Updated 3 years ago
- 在苏剑林老师的代码上改了一下,改成了python3.6,基于膨胀卷积,字词混合向量,radam梯度优化算法,百度百科词向量的阅读理解模型☆23Updated 6 years ago
- 用bert4keras加载CDial-GPT☆38Updated 4 years ago
- 对话改写介绍文章☆98Updated 2 years ago
- 复习论文《A Frustratingly Easy Approach for Joint Entity and Relation Extraction》☆32Updated 4 years ago
- 基于span分类和负采样的嵌套实体识别☆14Updated 2 years ago
- Sentence-Transformers Information Retrieval example on Chinese☆30Updated last year
- moss chat finetuning☆51Updated last year
- 通用简单工具项目☆20Updated 11 months ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。☆115Updated last year
- sodic2021 法律咨询智能问答 Baseline 线上35+☆18Updated 4 years ago
- 基于“Seq2Seq+前缀树”的知识图谱问答☆71Updated 3 years ago
- LLM for NER☆82Updated last year
- 实验苏神的CoSENT的Torch实现☆33Updated 3 years ago
- 用BERT在百度WebQA中文问答数据集上做阅读问答☆65Updated 5 years ago