Instructions to use universalner/uner_cro_set with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use universalner/uner_cro_set with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="universalner/uner_cro_set")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("universalner/uner_cro_set") model = AutoModelForTokenClassification.from_pretrained("universalner/uner_cro_set") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
032a61f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f5e3309d28fdd5ef21f7ae97427c97a6eb5cfc2a9ee55fbf83262756848b6391
size 4015
|