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