How to use DongHyoungLee/oubiobert-tokenclassification-2layers-init with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForTokenClassificationCustom tokenizer = AutoTokenizer.from_pretrained("DongHyoungLee/oubiobert-tokenclassification-2layers-init") model = BertForTokenClassificationCustom.from_pretrained("DongHyoungLee/oubiobert-tokenclassification-2layers-init")
No model card