How to use Billyyy/gpt2_ft_100M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Billyyy/gpt2_ft_100M", dtype="auto")