How to use theodor1289/bestckpt_full_sized_text1_vision100 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("theodor1289/bestckpt_full_sized_text1_vision100") model = AutoModelForPreTraining.from_pretrained("theodor1289/bestckpt_full_sized_text1_vision100")
What is a pickle import?