Instructions to use Lutech-AI/I-SPIn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lutech-AI/I-SPIn with Transformers:
# Load model directly from transformers import ISPIn model = ISPIn.from_pretrained("Lutech-AI/I-SPIn", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "ISPIn" | |
| ], | |
| "base_model_name": "sentence-transformers/paraphrase-multilingual-mpnet-base-v2", | |
| "layers_dimensions": [ | |
| 1536, | |
| 1024, | |
| 512, | |
| 256, | |
| 128, | |
| 64, | |
| 3 | |
| ], | |
| "model_type": "I-SPIn", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.21.0" | |
| } | |