Instructions to use 1rsh/hangformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 1rsh/hangformer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("1rsh/hangformer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Hangformer
Hangformer is 2.43M Encoder only Transformer model to play the popular Hangman game. Checkout the GitHub repository!
- Developed by: Irsh Vijay
- Model type: Transformer
- Language(s) (NLP): English
- License: MIT License
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("1rsh/hangformer", dtype="auto")