How to use WaiLwin/jn with Transformers:
# Load model directly from transformers import AutoTokenizer, DistilBertForMultiHeadClassification tokenizer = AutoTokenizer.from_pretrained("WaiLwin/jn") model = DistilBertForMultiHeadClassification.from_pretrained("WaiLwin/jn")
The community tab is the place to discuss and collaborate with the HF community!