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