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