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