Instructions to use hf-internal-testing/tiny-random-MobileBertForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-MobileBertForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-internal-testing/tiny-random-MobileBertForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-MobileBertForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-internal-testing/tiny-random-MobileBertForTokenClassification") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d21e44e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f34c72a3eb22adb0808e1bd724cc9dcc2b187220c5ced7e7a4df2b899db429d3
size 2908077
|