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