Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.91 KB

tutorial_readme.md

File metadata and controls

38 lines (28 loc) · 2.91 KB

PyABSA - Open Framework for Aspect-based Sentiment Analysis

PyPI - Python Version PyPI PyPI_downloads License

total views total views per week total clones total clones per week

PWC

Hi, there! Please star this repo if it helps you! Each Star helps PyABSA go further, many thanks.

Demos of APC and ATEPC

Here are tutorials on Colab: APC and ATEPC

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.

How to start

  • 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