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_…
☆19Updated 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:
- ☆56Updated 2 years ago
- benchmark of KgCLUE, with different models and methods☆27Updated 3 years ago
- using lear to do ner extraction☆29Updated 3 years ago
- ☆23Updated 2 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆43Updated 2 years ago
- 文本智能校对大赛(Chinese Text Correction)的baseline☆67Updated 2 years ago
- 基于向量召回的检索式对话系统解决方案,dense retrieval,FAQ……☆33Updated 3 years ago
- 基于seq2edit (Gector) 的中文文本纠错。☆29Updated 2 years ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。☆115Updated last year
- BLOOM 模型的指令微调☆24Updated 2 years ago
- 基于pytorch的百度UIE命名实体识别。☆56Updated 2 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Updated 3 years ago
- moss chat finetuning☆50Updated last year
- bert_avg,bert_whitening,sbert,consert,simcse,esimcse 中文句向量表示☆16Updated 3 years ago
- 通用简单工具项目☆20Updated 9 months ago
- 中文文本纠错模型,keras实现☆74Updated 4 years ago
- 中文纠错☆92Updated 3 years ago
- ChatGLM2-6B微调, SFT/LoRA, instruction finetune☆108Updated 2 years ago
- GoGPT:基于Llama/Llama 2训练的中英文增强大模型|Chinese-Llama2☆78Updated last year
- RelExt: A Tool for Relation Extraction from Text. 文本实体关系抽取工具。☆49Updated 3 years ago
- ccks金融事件主体抽取☆72Updated 4 years ago
- CLUEWSC2020: WSC Winograd模式挑战中文版,中文指代消解任务☆76Updated 5 years ago
- 通用版面分析 | 中文文档解析 |Document Layout Analysis | layout paser☆46Updated last year
- Unsupervised tableQA and databaseQA on chinese finance question and tabular data☆12Updated 2 years ago
- Sentence-Transformers Information Retrieval example on Chinese☆29Updated last year
- deep training task☆29Updated 2 years ago
- 基于模板的文本纠错;Automatically Mining Error Templates for Grammatical Error Correction☆41Updated 3 years ago
- bert-flat 简化版 添加了很多注释☆15Updated 3 years ago
- CAIL 2023☆41Updated last year
- LLM for NER☆77Updated last year