Chinese-Text-Classification-PyTorch
Chinese-Text-Classification-PyTorch copied to clipboard
中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
# 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...
如果是roberta怎么改呢
请问为何TextCNN的一个iter为什么要十几分钟,似乎很慢
RuntimeError: unexpected EOF, expected 6387653 more bytes. The file might be corrupted. 在将三个文档都放入到bert_pretain文件后,为什么会在load_data结束后,报文件损坏错误
为什么Fasttext不使用预训练的词向量,并且它的词表怎么不选用分词的,而是一个词一个词的那种?
Transformer.py文件中的out = x + nn.Parameter(self.pe, requires_grad=False).to(self.device)报错: RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be...
英文数据集怎么办