Instructions to use LeroyDyer/SpydazWeb_Speech_Vision_EncoderDecoder_Multimodal_5b_Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeroyDyer/SpydazWeb_Speech_Vision_EncoderDecoder_Multimodal_5b_Project with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LeroyDyer/SpydazWeb_Speech_Vision_EncoderDecoder_Multimodal_5b_Project", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
-
"AutoConfig": "LeroyDyer/
|
| 8 |
-
"AutoModelForCausalLM": "LeroyDyer/
|
| 9 |
}
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"bos_token_id": 1,
|
|
|
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
+
"AutoConfig": "LeroyDyer/Mixtral_AI_MiniModalTron--configuration_mistral_advanced.MistralConfig",
|
| 8 |
+
"AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_MiniModalTron--modeling_mistral_advanced.MistralForCausalLM"
|
| 9 |
}
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"bos_token_id": 1,
|