This branch (EmoBERTa) only uses the text modality to correctly classify the emotion of the utterances.The experiments were carried out on two datasets (i.e. MELD and IEMOCAP)
- An x86-64 Unix or Unix-like machine
- Python 3.7 or higher
multimodal-datasets
repo (submodule)
First configure the hyper parameters and the dataset in train-erc-text.yaml
and then,
In this directory run training by
python3 train-erc-text.py
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Taewoon Kim ([email protected])