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