使用BERT的细粒度情感分类
此存储库包含用于获取的结果的代码。
用法
可以使用run.py运行各种配置的实验。 首先,安装python软件包(最好在一个干净的virtualenv中): pip install -r requirements.txt
Usage: run.py [OPTIONS]
Train BERT sentiment classifier.
Options:
-c, --bert-config TEXT Pretrained BERT configuration
-b, --binary Use binary labels, ignore neutrals
-r, --root Use only root nodes of SST
-s, --save
1