Instructions to use hf-tiny-model-private/tiny-random-SplinterModel 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-SplinterModel 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-SplinterModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-SplinterModel") model = AutoModel.from_pretrained("hf-tiny-model-private/tiny-random-SplinterModel") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
acf31e8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:453445a9d8a211fe312943d9c2bff3f4bd2f6f6ea7d503d41b54395e1f8eae83
size 3946227
|