Instructions to use hf-tiny-model-private/tiny-random-RoFormerForTokenClassification 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-RoFormerForTokenClassification 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-RoFormerForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-RoFormerForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-tiny-model-private/tiny-random-RoFormerForTokenClassification") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
2045c1a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c070ece90a82be01a51537a1f118477390a7e8ef9ee3dda63aaae18470b5b68e
size 6564716
|