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