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