DeeBERT
2000년 도입 · 논문 3편에서 사용
DeeBERT is a method for accelerating BERT inference. It inserts extra classification layers (which are referred to as off-ramps) between each transformer layer of BERT. All transformer layers and off-ramps are jointly fine-tuned on a given downstream dataset. At inference time, after a sample goes through a transformer layer, it is passed to the following off-ramp. If the off-ramp is confident of the prediction, the result is returned; otherwise, the sample is sent to the next transformer layer.
출처: DeeBERT: Dynamic Early Exiting for Accelerating BERT Inference
소개 논문: DeeBERT: Dynamic Early Exiting for Accelerating BERT Inference
Autoencoding Transformers · Natural Language ProcessingTransformers · Natural Language Processing