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