How to use nam194/ner with Transformers:
# Load model directly from transformers import AutoTokenizer, PhoBertLstmCrf tokenizer = AutoTokenizer.from_pretrained("nam194/ner") model = PhoBertLstmCrf.from_pretrained("nam194/ner")