Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 354 Bytes

general_text_classification

simple but effective model for text classification

  • step 1: pip install -r requirements.txt
  • step 2: prepare your data. best in csv, and define the text and label column name in config file.
  • step 3: other parameters in config file.
  • step 4: run vocab.py to build vocab file.
  • step 5: run run_train.py to train a model.