Skip to content

FreeRotate/TextClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch 文本分类

包含的模型如下

TextCNN

LSTM BiLSTM

GRU BiGRU

TransformerEncoder

环境

torch==1.10.1+cu113
argparse==1.4.0
numpy==1.22.3
sklearn==0.0
scikit-learn==1.0.2
pandas==1.1.1
tqdm==4.62.3

使用方法

  1. 安装环境
pip install requirements.txt
  1. 运行代码
python main.py

注意事项

更换模型请在main.py中修改default部分,例如GRU/BiGRU模型,使用下面代码

parser.add_argument('--model', type=str, default='GRU', help='CNN, GRU, LSTM, TransformerEncoder')

欢迎star

About

⚡ 基于PyTorch的多种模型文本分类框架

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages