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")
The community tab is the place to discuss and collaborate with the HF community!