Instructions to use sign/utf32-lm-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle