How to use sign/utf32-lm-tiny with Transformers:
# Load model directly from transformers import CharacterCausalLMWrapper model = CharacterCausalLMWrapper.from_pretrained("sign/utf32-lm-tiny", dtype="auto")