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