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