Stars
BERT-based intent and slots detector for chatbots.
基于pytorch的中文意图识别和槽位填充
基于pytorch的中文意图识别和槽位填充
GPT4 & LangChain Chatbot for large PDF docs
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and…
Medical NLP Competition, dataset, large models, paper
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
shan6333 / Chinese-Text-Classification-Pytorch
Forked from 649453932/Chinese-Text-Classification-Pytorch中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
shan6333 / bertNER
Forked from yumath/bertNERbert-ner for chinese with BiLSTM+CRF model
使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
包含传统的基于统计模型(CRF)和基于深度学习(Embedding-Bi-LSTM-CRF)下的医疗数据命名实体识别