Hi, there! Please star this repo if it helps you! Each Star helps PyABSA go further, many thanks.
| Overview | HuggingfaceHub | ABDADatasets | ABSA Models | Colab Tutorials |
We also provide enough demos to help you use PyABSA, these demos can be found in aspect-based sentiment classification, aspect term extraction and text classification.
- Create a new python environment (Recommended) and install latest PyABSA
- Find a suitable demo script (ATEPC , APC , Text Classification) to prepare your training script. (Welcome to share your demo script)
- Format or Annotate your dataset referring to ABSADatasets or use public dataset in ABSADatasets
- Init your config to specify Model, Dataset, hyper-parameters
- Training your model and get checkpoints
- Share your checkpoint and dataset