All Projects → GaoQ1 → rasa-bert-finetune

GaoQ1 / rasa-bert-finetune

Licence: other
支持rasa-nlu 的bert finetune

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to rasa-bert-finetune

clofus-chatbot
Clofus® Chat bot Platform using rasa core and rasa nlu similar to rasa x but opensource demo https://clofus.github.io/clofus-chatbot/
Stars: ✭ 61 (+32.61%)
Mutual labels:  rasa-nlu, rasa
rasa milktea chatbot
Chatbot with bert chinese model, base on rasa framework(中文聊天机器人,结合bert意图分析,基于rasa框架)
Stars: ✭ 97 (+110.87%)
Mutual labels:  rasa, bert
rasa-nlu-examples
This repository contains examples of custom components for educational purposes.
Stars: ✭ 126 (+173.91%)
Mutual labels:  rasa-nlu, rasa
Django-Rasa-Bot
Integrating Rasa Core with Django backend and finally using Webchat for chatbot user interface
Stars: ✭ 30 (-34.78%)
Mutual labels:  rasa-nlu, rasa
GSTFAQChatbot
Set of scripts to build a chatbot which will answer FAQ about Goods and Services Tax (GST) India.
Stars: ✭ 37 (-19.57%)
Mutual labels:  rasa-nlu, rasa
NLPDataAugmentation
Chinese NLP Data Augmentation, BERT Contextual Augmentation
Stars: ✭ 94 (+104.35%)
Mutual labels:  bert
BERTOverflow
A Pre-trained BERT on StackOverflow Corpus
Stars: ✭ 40 (-13.04%)
Mutual labels:  bert
neuro-comma
🇷🇺 Punctuation restoration production-ready model for Russian language 🇷🇺
Stars: ✭ 46 (+0%)
Mutual labels:  bert
TwinBert
pytorch implementation of the TwinBert paper
Stars: ✭ 36 (-21.74%)
Mutual labels:  bert
FAQ Chatbot Rasa
FAQ's answering chatbot using open source chatbot framework Rasa Stack
Stars: ✭ 33 (-28.26%)
Mutual labels:  rasa-nlu
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-58.7%)
Mutual labels:  rasa
AliceMind
ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab
Stars: ✭ 1,479 (+3115.22%)
Mutual labels:  bert
sister
SImple SenTence EmbeddeR
Stars: ✭ 66 (+43.48%)
Mutual labels:  bert
bert attn viz
Visualize BERT's self-attention layers on text classification tasks
Stars: ✭ 41 (-10.87%)
Mutual labels:  bert
Fill-the-GAP
[ACL-WS] 4th place solution to gendered pronoun resolution challenge on Kaggle
Stars: ✭ 13 (-71.74%)
Mutual labels:  bert
bert extension tf
BERT Extension in TensorFlow
Stars: ✭ 29 (-36.96%)
Mutual labels:  bert
rasa-chatbot
Sample chatbot with rasa stack
Stars: ✭ 29 (-36.96%)
Mutual labels:  rasa
embedding study
中文预训练模型生成字向量学习,测试BERT,ELMO的中文效果
Stars: ✭ 94 (+104.35%)
Mutual labels:  bert
datagrand bert
2019达观杯信息提取第5名代码
Stars: ✭ 20 (-56.52%)
Mutual labels:  bert
ERNIE-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained ERNIE model for text classification.
Stars: ✭ 49 (+6.52%)
Mutual labels:  bert

Introduction

支持rasa json数据格式的bert finetune

Prepare

在训练finetune模型前需要先download bert pre-train model,这里用的是中文的,可去官网下载chinese_L-12_H-768_A-12。 rasa json格式的数据,放置在当前目录data文件夹下,train的json文件名为rasa_dataset_training.json,dev的json文件名为rasa_dataset_testing.json,当然你可以在run_classifier.py代码里面做相应的修改。

Version

bert-serving-client == 1.6.0
bert-serving-server == 1.6.0

Command

sh run.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].