How to use hf-internal-testing/tiny-random-BigBirdForPreTraining with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-BigBirdForPreTraining") model = AutoModelForPreTraining.from_pretrained("hf-internal-testing/tiny-random-BigBirdForPreTraining")
What is a pickle import?