How to use gopi30/Colab_Training_Results with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gopi30/Colab_Training_Results", dtype="auto")
How to fix it?