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