zerohd4869 / SACL

The repository for ACL 2023 paper "Supervised Adversarial Contrastive Learning for Emotion Recognition in Conversations", and SemEval@ACL 2023 paper "UCAS-IIE-NLP at SemEval-2023 Task 12: Enhancing Generalization of Multilingual BERT for Low-resource Sentiment Analysis"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The settings of hyperparameters for training

SkylarShow opened this issue · comments

Hello! I would like to know if I need to modify some hyperparameter values if I want to train a new model by removing the contrastive learning part. My paper is related to your project, so I would really appreciate it if you could answer this question!

Hello! I would like to know if I need to modify some hyperparameter values if I want to train a new model by removing the contrastive learning part. My paper is related to your project, so I would really appreciate it if you could answer this question!

If you are using the same model backbone as our SACL-LSTM, you can refer to the sh script presented in the "Quick Start" section of this repo for the hyperparameter search range. Thank you!