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:
- ☆57Updated 2 years ago
- benchmark of KgCLUE, with different models and methods☆28Updated 3 years ago
- 文本智能校对大赛(Chinese Text Correction)的baseline☆68Updated 3 years ago
- using lear to do ner extraction☆29Updated 3 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆29Updated 3 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆44Updated 3 years ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。☆116Updated last year
- 基于模板的文本纠错;Automatically Mining Error Templates for Grammatical Error Correction☆44Updated 3 years ago
- BLOOM 模型的指令微调☆24Updated 2 years ago
- GoGPT:基于Llama/Llama 2训练的中英文增强大模型|Chinese-Llama2☆79Updated 2 years ago
- Sentence-Transformers Information Retrieval example on Chinese☆30Updated last year
- RelExt: A Tool for Relation Extraction from Text. 文本实体关系抽取工具。☆51Updated 3 years ago
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆34Updated 4 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 4 years ago
- 基于pytorch的百度UIE命名实体识别。☆56Updated 2 years ago
- ☆23Updated 2 years ago
- 中文文本纠错模型,keras实现☆74Updated 4 years ago
- 基于Pytorch实现的中文文本分类脚手架,以及常用模型对比。☆18Updated 4 years ago
- ChatGLM2-6B微调, SFT/LoRA, instruction finetune☆110Updated 2 years ago
- 该仓库主要记录 NLP 算法工程师相关的 搜索引擎 学习笔记☆13Updated 3 years ago
- 时间抽取、解析、标准化工具☆55Updated 3 years ago
- CTC2021-中文文本纠错大赛的SOTA方案及在线演示☆73Updated 2 years ago
- 开课吧&后厂理工学院_百度NLP项目2:试题数据集多标签文本分类 Models: FastText TextCNN GCN BERT et al.☆48Updated 5 years ago
- 基于“Seq2Seq+前缀树”的知识图谱问答☆71Updated 3 years ago
- [Unofficial] Predict code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification☆56Updated 3 years ago
- ccks金融事件主体抽取☆74Updated 5 years ago
- A simple implementation of Biaffine NER.☆35Updated 3 years ago
- Unsupervised tableQA and databaseQA on chinese finance question and tabular data☆13Updated 2 years ago
- 企业事件抽取☆14Updated 4 years ago
- 任务型对话系统(Task-based Dialogue System)☆66Updated 3 years ago