Load and save weights again to fix naming for TF 3ff9c06
Matt commited on
How to use hf-internal-testing/tiny-random-gpt2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-gpt2", dtype="auto")