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