stanleylsx / nlu_torch
意图槽位模型训练框架(单意图、独立槽位),使用的是JointBERT的结构进行编写,槽位提取时可以选择双指针(Binary Pointer)实体抽取和Global Pointer两种方法。
☆18Updated 10 months ago
Alternatives and similar repositories for nlu_torch:
Users that are interested in nlu_torch are comparing it to the libraries listed below
- 一个用于训练句子embedding的工具,支持Cosent以及Simcse☆18Updated 3 months ago
- 百度UIE抽取模型torch版训练预测框架☆11Updated 3 months ago
- 基于pytorch的中文意图识别和槽位填充☆165Updated 8 months ago
- 介绍docker、docker compose的使用。☆20Updated 6 months ago
- 一个使用tensorflow2.3开发的基于Bert的意图识别的自然语言理解任务Demo☆26Updated 10 months ago
- BERT-based intent and slots detector for chatbots.☆169Updated 3 weeks ago
- intent detection and slot filling 意图识别与槽填充联合模型☆37Updated 2 years ago
- 对深度学习中的NLP进行解释和代码使用☆45Updated last year
- 阿里天池: 2023全球智能汽车AI挑战赛——赛道一:AI大模型检索问答 baseline 80+☆91Updated last year
- 通用版面分析 | 中文文档解析 |Document Layout Analysis | layout paser☆46Updated 9 months ago
- baichuan LLM surpervised finetune by lora☆62Updated last year
- 通用简单工具项目☆17Updated 5 months ago
- 一个基于预训练的句向量生成工具☆136Updated last year
- 本项目用于Embedding模型的相关实验,包括Embedding模型评估、Embedding模型微调、Embedding模型量化等。☆44Updated 7 months ago
- ChatGLM-6B fine-tuning.☆135Updated last year
- Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"☆32Updated last year
- bge推理优化相关脚本☆27Updated last year
- 文本相似度,语义向量,文本向量,text-similarity,similarity, sentence-similarity,BERT,SimCSE,BERT-Whitening,Sentence-BERT, PromCSE, SBERT☆73Updated 3 months ago
- 使用sentence-transformers(SBert)训练自己的文本相似度数据集并进行评估。☆46Updated 3 years ago
- 专注于对话系统领域的技术分享,重点写《Dify应用操作和源码剖析》专栏。☆84Updated 8 months ago
- A Challenge on Dialog Systems with Retrieval Augmented Generation (FutureDial-RAG), Co-located with SLT2024 FutureDial-RAG Challenge☆11Updated 7 months ago
- 任务型对话系统(Task-based Dialogue System)☆65Updated 3 years ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即用。☆114Updated last year
- rasa 2.0中文nlu系统搭建☆30Updated 2 years ago
- 基于sentence-transformers实现文本转向量的机器人☆45Updated 2 years ago
- 基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。☆61Updated last year
- 一个基于HuggingFace开发的大语言模型训练、测试工具。支持各模型的webui、终端预测,低参数量及全参数模型训练(预训练、SFT、RM、PPO、DPO)和融合、量化。☆213Updated last year
- 学习开源chatGPT类模型的指南,汇总各种训练数据获取、模型微调、模型服务的方法,以及记录自己操作总遇到的各种常见坑,欢迎收藏、转发,希望能帮你省一些时间☆74Updated last year
- 学习ChatGLM3模型和LangChain框架的架构与核心功能,并基于LangChain+ChatGLM3实现本地知识库问答。☆41Updated last year
- benchmark of KgCLUE, with different models and methods