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
149d9ea | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1ac488826770ae4945ce1900378c30ce8e02f913133eb1b72b18a9e7f572b212
size 6582774
|