Instructions to use Bossologist/perception-model-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bossologist/perception-model-test with Transformers:
# Load model directly from transformers import PerceiverMind model = PerceiverMind.from_pretrained("Bossologist/perception-model-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "PerceiverMind" | |
| ], | |
| "mind_latent_dim": 768, | |
| "mind_num_latents": 1024, | |
| "model_type": "perceiver_mind", | |
| "n_heads": 8, | |
| "n_layers": 1, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.55.4" | |
| } | |