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
File size: 246 Bytes
25bf28e | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"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"
}
|