文件名称:bert-sentiment:使用BERT的细粒度情感分类
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-29 04:20:56
python natural-language-processing sentiment-analysis pytorch bert
使用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
【文件预览】:
bert-sentiment-master
----LICENSE(1KB)
----run.py(774B)
----requirements.txt(56B)
----.gitignore(24B)
----bert_sentiment()
--------train.py(3KB)
--------__init__.py(26B)
--------data.py(3KB)
----README.md(1KB)