Instructions to use hf-tiny-model-private/tiny-random-ErnieMForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-ErnieMForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-tiny-model-private/tiny-random-ErnieMForTokenClassification")# Load model directly from transformers import AutoModelForTokenClassification model = AutoModelForTokenClassification.from_pretrained("hf-tiny-model-private/tiny-random-ErnieMForTokenClassification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
66715c3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2babf8706cbde65da277a29a28b973020595aa1f95b8c945de9bb401af890418
size 32211812
|