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