fix padding tags don't get masked by encoder
Padding tags don't get masked by the transformer, to fix this problem I edited the embedding function to give padding tags zero embeddings.
Padding tags don't get masked by the transformer, to fix this problem I edited the embedding function to give padding tags zero embeddings.