torch_text_clf:文字分类器

时间:2024-04-28 07:06:20
【文件属性】:

文件名称:torch_text_clf:文字分类器

文件大小:426KB

文件格式:ZIP

更新时间:2024-04-28 07:06:20

Python

中国人神经分类器的PyTorch实现 1.已实现模型 TextCNN TextRNN 韩 2.用法 使用参数 $ python train . py - h usage : train . py [ - h ] [ - - model_name MODEL_NAME ] [ - - output_model_path OUTPUT_MODEL_PATH ] [ - - data_path DATA_PATH ] [ - - config_path CONFIG_PATH ] [ - - batch_size BATCH_SIZE ] [ - - max_seq_length MAX_SEQ_LENGTH ] [ - - lr LR ] [ - - epoch


【文件预览】:
torch_text_clf-main
----output_models()
--------.gitignore(71B)
----conf()
--------textcnn_conf.json(115B)
--------__init__.py(71B)
--------textrnn_conf.json(131B)
----data()
--------val.json(131KB)
--------test.json(132KB)
--------train.json(1.03MB)
----model()
--------textcnn.py(1KB)
--------__init__.py(71B)
--------textrnn.py(1KB)
----train.py(6KB)
----predict.py(3KB)
----dataset.py(2KB)
----Readme.md(3KB)
----.gitignore(2KB)
----utils()
--------tokenizer.py(585B)
--------__init__.py(70B)
--------preprocess.py(679B)
--------vocab.py(2KB)

网友评论