Instructions to use LeroyDyer/SpydazWebAI_MultiModel_001_Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeroyDyer/SpydazWebAI_MultiModel_001_Project with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LeroyDyer/SpydazWebAI_MultiModel_001_Project", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update Multi/config.json
Browse files- Multi/config.json +1 -1
Multi/config.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"model_type": "llava_next",
|
| 30 |
"projector_hidden_act": "gelu",
|
| 31 |
"text_config": {
|
| 32 |
-
"_name_or_path": "LeroyDyer/Mixtral_AI_Multi_Input_Model/
|
| 33 |
"architectures": [
|
| 34 |
"MistralForCausalLM"
|
| 35 |
],
|
|
|
|
| 29 |
"model_type": "llava_next",
|
| 30 |
"projector_hidden_act": "gelu",
|
| 31 |
"text_config": {
|
| 32 |
+
"_name_or_path": "LeroyDyer/Mixtral_AI_Multi_Input_Model/Multi",
|
| 33 |
"architectures": [
|
| 34 |
"MistralForCausalLM"
|
| 35 |
],
|