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