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 AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-BrosForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-internal-testing/tiny-random-BrosForTokenClassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a20062b29122ae3b60a06c754ca4deb5a9812120c917db3e712ea5a375668f6f
- Size of remote file:
- 910 kB
- SHA256:
- e678538f17117c1086b9bf5d51221337020444e64171eee5370e2837424cdfdd
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.