Instructions to use universalner/uner_chn_gsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use universalner/uner_chn_gsd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="universalner/uner_chn_gsd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("universalner/uner_chn_gsd") model = AutoModelForTokenClassification.from_pretrained("universalner/uner_chn_gsd") - Notebooks
- Google Colab
- Kaggle
Commit History
Updated README 11eb7d3
Shuheng Liu commited on
Upload model ace555e
Shuheng Liu commited on