In this file:
https://github.com/huggingface/transformers/blob/main/src/transformers/models/bart/modeling_bart.py
I think-
Inside the BartEncoder, on this line, I have to add other embeddings
Could anyone tell me - are there any other places I need to modify to add additional layers of embedding (e.g., 2 other embedding with positional embedding)?