Safetensors
Transformers
berg
vibe
neuroscience
fmri
brain-encoding
algonauts-2025
multimodal
video-to-fmri
audio-to-fmri
text-to-fmri
Instructions to use ShreyDixit/VIBE-Gigantic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShreyDixit/VIBE-Gigantic with Transformers:
# Load model directly from transformers import VIBE model = VIBE.from_pretrained("ShreyDixit/VIBE-Gigantic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"modality_fusion_transformer_num_projection_layers": 1,
|
| 10 |
"predictor_transformer_num_heads": 8,
|
| 11 |
"predictor_transformer_num_layers": 3,
|
| 12 |
-
"text_extractor": "Qwen/Qwen2.5-
|
| 13 |
"text_extractor_feature_size": 5120,
|
| 14 |
"text_extractor_dtype": "float16",
|
| 15 |
"text_extractor_num_last_hidden_states": 4,
|
|
|
|
| 9 |
"modality_fusion_transformer_num_projection_layers": 1,
|
| 10 |
"predictor_transformer_num_heads": 8,
|
| 11 |
"predictor_transformer_num_layers": 3,
|
| 12 |
+
"text_extractor": "Qwen/Qwen2.5-14B",
|
| 13 |
"text_extractor_feature_size": 5120,
|
| 14 |
"text_extractor_dtype": "float16",
|
| 15 |
"text_extractor_num_last_hidden_states": 4,
|