Instructions to use WaiLwin/jun with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WaiLwin/jun with Transformers:
# Load model directly from transformers import AutoTokenizer, DistilBertForMultiHeadClassification tokenizer = AutoTokenizer.from_pretrained("WaiLwin/jun") model = DistilBertForMultiHeadClassification.from_pretrained("WaiLwin/jun") - Notebooks
- Google Colab
- Kaggle