Instructions to use hf-internal-testing/tiny-random-T5ForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-T5ForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-internal-testing/tiny-random-T5ForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-T5ForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-internal-testing/tiny-random-T5ForTokenClassification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- eacf5534afe9bf0ed78ce543c0fa0d5caa6b1f18f1dfe287be5f9e4ae7e001c0
- Size of remote file:
- 222 kB
- SHA256:
- 3a4432204717c48d5022d460a687e974ccb43db282a2e720c29259f227aee331
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.