# TextCNN_Chinese_Classification **Repository Path**: voldemort/TextCNN_Chinese_Classification ## Basic Information - **Project Name**: TextCNN_Chinese_Classification - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Convolutional Neural Networks for Sentence Classification > This repo implements the *Convolutional Neural Networks for Sentence Classification* (Yoon Kim) using PyTorch ![model_archi](./pictures/model_archi.png) You should rewrite the Dataset class in the data/dataset.py and put your data in '/data/train' or any other directory. run by ``` python3 main.py --lr=0.01 --epoch=20 --batch_size=16 --gpu=0 --seed=0 --label_num=2 ```