Instructions to use estnafinema0/nerc-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle