Instructions to use cyclone/cyclone-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cyclone/cyclone-ner with Transformers:
# Load model directly from transformers import AutoTokenizer, BertCrfForNer tokenizer = AutoTokenizer.from_pretrained("cyclone/cyclone-ner") model = BertCrfForNer.from_pretrained("cyclone/cyclone-ner") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot