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:5edcb5c25e06fc3604790882f6cd60280c188ae52854d7d3547a38bd013521a0
size 15978008
|