Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GaoQ1/rasa-bert-finetune
支持rasa-nlu 的bert finetune
https://github.com/GaoQ1/rasa-bert-finetune
bert finetune rasa rasa-nlu
Last synced: 6 days ago
JSON representation
支持rasa-nlu 的bert finetune
- Host: GitHub
- URL: https://github.com/GaoQ1/rasa-bert-finetune
- Owner: GaoQ1
- Created: 2019-01-11T05:46:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T08:19:54.000Z (4 months ago)
- Last Synced: 2024-08-02T08:10:06.770Z (3 months ago)
- Topics: bert, finetune, rasa, rasa-nlu
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 46
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bert - GaoQ1/rasa-bert-finetune - nlu 的bert finetune, (BERT chatbot :)
README
## 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
```
## external link
[liveportraitweb](https://www.liveportraitweb.com/)