stanleylsx / nlu_torchLinks
意图槽位模型训练框架(单意图、独立槽位),使用的是JointBERT的结构进行编写,槽位提取时可以选择双指针(Binary Pointer)实体抽取和Global Pointer两种方法。
☆21Updated last year
Alternatives and similar repositories for nlu_torch
Users that are interested in nlu_torch are comparing it to the libraries listed below
Sorting:
- 一个用于训练句子embedding的工具,支持Cosent以及Simcse、infonce☆22Updated 4 months ago
- 基于pytorch的中文意图识别和槽位填充☆196Updated 2 months ago
- 百度UIE抽取模型torch版训练预测框架☆12Updated 11 months ago
- BERT-based intent and slots detector for chatbots.☆221Updated 8 months ago
- 介绍docker、docker compose的使用。☆21Updated last year
- 一个使用tensorflow2.3开发的基于Bert的意图识别的自然语言理解任务Demo☆27Updated last year
- 基于sentence-transformers实现文本转向量的机器人☆46Updated 3 years ago
- FAQ智能问答系统。实现FAQ的问题-模板匹配功能。部署轻量级的Web服务应用。☆65Updated last year
- 通用版面分析 | 中文文档解析 |Document Layout Analysis | layout paser☆47Updated last year
- 该项目是为了使用layoutlmv3针对中文图片训练和推理。 其中主要解决三个问题: 1.数据标准化成可以的训练数据集格式 2.layoutlmv3-base-chinese 分词修改 2.超过512长度的文本切分和滑窗操作☆60Updated last year
- Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"☆42Updated 2 years ago
- ChatGLM2-6B微调, SFT/LoRA, instruction finetune☆110Updated 2 years ago
- 基于大语言模型的检索增强生成RAG示例☆161Updated 5 months ago
- 集成Qwen与DeepSeek等先进大语言模型,支持纯LLM+分类层模式及LLM+LoRA+分类层模式,使用transformers模块化设计和训练便于根据需要调整或替换组件。