COMET
COMET copied to clipboard
[QUESTION] why num_layers = num_hidden_layers + 1
What is the reason for this ?
here: https://github.com/Unbabel/COMET/blob/master/comet/encoders/bert.py#L67
thanks.