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:
- 47fc00c358a7a5c975603ed95fe4dc20b4e513b3fadd819b3bc2be415f40c6c0
- Size of remote file:
- 222 kB
- SHA256:
- f4966b619375e80321798f961e827cd6614f5a4fa324391905138385d8d74cf2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.