- Environment: Pytorch, Dataset: 감성 대화 말뭉치
- Install dependencies:
!pip install sentencepiece
!pip install torch
- Populate data (we in this code assume 6-class classification tasks, based on Ekman's sentiment model)
- Train
- Validate & Use (See below
# test
comment)