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 +5 -1
config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "LeroyDyer/Mixtral_AI_Cyber_2.0--configuration_mistral_advanced.MistralConfig",
|
| 8 |
-
"AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_Cyber_2.0--
|
| 9 |
}
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"bos_token_id": 1,
|
|
@@ -33,6 +33,10 @@
|
|
| 33 |
"architectures": [
|
| 34 |
"SpeechEncoderDecoderModel"
|
| 35 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"bos_token_id": 0,
|
| 37 |
"decoder": {
|
| 38 |
"_name_or_path": "",
|
|
|
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "LeroyDyer/Mixtral_AI_Cyber_2.0--configuration_mistral_advanced.MistralConfig",
|
| 8 |
+
"AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_Cyber_2.0--modeling_mistral_advanced.MistralForCausalLM"
|
| 9 |
}
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"bos_token_id": 1,
|
|
|
|
| 33 |
"architectures": [
|
| 34 |
"SpeechEncoderDecoderModel"
|
| 35 |
],
|
| 36 |
+
"auto_map": {
|
| 37 |
+
"AutoConfig": "LeroyDyer/Mixtral_AI_Cyber_2.0--configuration_mistral_advanced.SpeechEncoderDecoderConfig",
|
| 38 |
+
"AutoModel": "LeroyDyer/Mixtral_AI_Cyber_2.0--modeling_mistral_advanced.SpeechEncoderDecoderModel"
|
| 39 |
+
},
|
| 40 |
"bos_token_id": 0,
|
| 41 |
"decoder": {
|
| 42 |
"_name_or_path": "",
|