
Chinese-Text-Classification-with-Pytorch-mas
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
Chinese-Text-Classification-with-Pytorch-mas 是一个使用 PyTorch 框架进行中文文本分类的研究项目或代码库,专注于提高中文自然语言处理任务的效果。
Chinese-Text-Classification-Pytorch-master项目数据齐全且说明文档详细。
训练与测试方法如下:
1. TextCNN
运行命令:`python run.py --model TextCNN`
2. TextRNN
运行命令:`python run.py --model TextRNN`
3. TextRNN_Att
运行命令:`python run.py --model TextRNN_Att`
4. TextRCNN
运行命令:`python run.py --model TextRCNN`
5. FastText(embedding层随机初始化)
运行命令:`python run.py --model FastText --embedding random`
6. DPCNN
运行命令:`python run.py --model DPCNN`
7. Transformer
运行命令:`python run.py --model Transformer`
全部评论 (0)
还没有任何评论哟~


