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