This repo contains the code for baselines for "Early Exit with Disentangled Representation and Equiangular Tight Frame". (https://aclanthology.org/2023.findings-acl.889/)
First, you need to prepare the dataset in GLUE benchmark. To run our method on BERT or ALBERT backbone, use finetune_bert.sh
or finetune_albert.sh
respectively.
bash finetune_bert.sh
bash finetune_albert.sh