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