Instructions to use Misterpy/models-moved with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Misterpy/models-moved with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Misterpy/models-moved")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Misterpy/models-moved") model = AutoModel.from_pretrained("Misterpy/models-moved", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a367f77 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:769b7e14b75c469dd9061595d1b89a61a32e901ff13d54f4d6d7a5de442d7211
size 501378455
|