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