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")
The community tab is the place to discuss and collaborate with the HF community!