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