CLIP(https://github.com/huggingface/transformers/tree/main/examples/pytorch/contrastive-image-text). I have implemented a Dataset to train, but i have found that after each epoch the training loss will drop suddenly. The Dataset overrides three methods(init,getitemandlen) and i couldn't figure...