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