Instructions to use blmppes/my-first-tutorial-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blmppes/my-first-tutorial-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="blmppes/my-first-tutorial-model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("blmppes/my-first-tutorial-model") model = AutoModel.from_pretrained("blmppes/my-first-tutorial-model") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7776fc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:94908f055f78ac319b4de3c8855c21008b25707bd8d0627643927504b8927765
size 433263448
|