Instructions to use hf-internal-testing/tiny-random-ErnieForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-ErnieForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-internal-testing/tiny-random-ErnieForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-ErnieForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-internal-testing/tiny-random-ErnieForTokenClassification") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
389bd80 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d8b35dca8847b306461f0396a03b61e6e01d9a239e50bb030fc97f55e8170df8
size 361532
|