Feature Extraction
Transformers
English
isrm-vae
steering
representation-engineering
affect-control
vae
dual-layer
Instructions to use Amirmahdiii/ISRM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amirmahdiii/ISRM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Amirmahdiii/ISRM")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Amirmahdiii/ISRM", dtype="auto") - Notebooks
- Google Colab
- Kaggle