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
- bert-flat 简化版 添加了很多注释☆15Updated 3 years ago
- source code of EMNLP2021: A Lightweight Pretrained Model for Chinese Spelling Check☆14Updated 3 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 3 years ago
- benchmark of KgCLUE, with different models and methods☆27Updated 3 years ago
- Sentence-Transformers Information Retrieval example on Chinese☆29Updated last year
- 企业事件抽取☆14Updated 3 years ago
- TensorRT☆11Updated 4 years ago
- ☆12Updated 3 years ago
- 基于span分类和负采样的嵌套实体识别☆14Updated 2 years ago
- 面向金融领域的小样本跨类迁移事件抽取 第三名 方案及代码☆16Updated 4 years ago
- 用bert4keras加载CDial-GPT☆38Updated 4 years ago
- 该仓库主要记录 NLP 算法工程师相关的 搜索引擎 学习笔记☆12Updated 2 years ago
- 开课吧&后厂理工学院_百度NLP项目2:试题数据集多标签文本分类 Models: FastText TextCNN GCN BERT et al.☆48Updated 5 years ago
- A simple implementation of Biaffine NER.☆34Updated 3 years ago
- CHIP2021医学对话临床发现阴阳性判别任务冠军方案☆18Updated 3 years ago
- 关键词抽取项目☆24Updated 4 years ago
- 本项目由三个模块构成。意图识别:判断用户的意图是业务型还是闲聊型;模型检索:该部分构建一个语料库,当用户 发起新的query(通过意图识别判断为业务型对话)时,为用户匹配query检索的最佳response,使用HSWN进行召回(粗排), 然后构建句子的相似度,并利用Lig…☆10Updated 4 years ago
- 2020智源-京东多模态对话(JDDC2020)第三名解决方案分享☆41Updated 4 years ago
- BLOOM 模型的指令微调☆24Updated last year
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆33Updated 3 years ago
- pytorch版基于gpt+nezha的中文多轮Cdial☆11Updated 2 years ago
- chinese few-shot ner☆16Updated 2 years ago
- deep training task☆29Updated last year
- 实验苏神的CoSENT的Torch实现☆32Updated 3 years ago
- ccks金融事件主体抽取☆72Updated 4 years ago
- 基于Pytorch实现的中文文本分类脚手架,以及常用模型对比。☆18Updated 3 years ago
- 文本数据增强☆15Updated 4 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆28Updated 2 years ago
- pytorch Efficient GlobalPointer☆53Updated 2 years ago