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