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