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