Bert-Chinese-Text-Classification-Pytorch
Bert-Chinese-Text-Classification-Pytorch copied to clipboard
使用Bert,ERNIE,进行中文文本分类
D:\Bert-Chinese-Text-Classification-Pytorch\pytorch_pretrained\optimization.py:275: UserWarning: This overload of add_ is deprecated: add_(Number alpha, Tensor other) Consider using one of the following signatures instead: add_(Tensor other, *, Number alpha) (Triggered internally at ..\torch\csrc\utils\python_arg_parser.cpp:1025.) next_m.mul_(beta1).add_(1...
is:issue is:open 请问这个适合英文的数据吗,要用英文的话需要改什么

在HuggingFace官网上不是有很多关于bert的预训练模型吗?我想问一下各位大佬,我能不能基于这个框架,直接将预训练模型的文件换掉就直接用?
模型输入粒度问题
请问下,这个分类模型的,默认输入粒度是字还是词,我模型训练过程可以选择吗?谢谢
将自己csv格式的数据另存为txt后,运行该程序报错UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte,要怎么解决呢?需要修改哪些地方呢
我想问一下如果我用自己的数据集,是不是得自己去标注类别呢,还是靠什么
您好,这个训练好的模型就是那个model下的.ckpt文件吧,这个模型就是生成词向量的模型吗,我如果想训练自己的词向量模型是不是就用自己的预料就行了?还有,这个模型怎么去用呢?希望不要嫌弃我,我刚开始学这个。。。。期待您的信息回复
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...