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: 135 Bytes
032a61f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f2328539f56061786fcc9d21cc263e31c6dc050dc498da2c55a2aa972e895463
size 2235532275
|