Instructions to use nwhamed/Merged_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nwhamed/Merged_Model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nwhamed/Merged_Model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"models": [
|
| 3 |
{
|
| 4 |
"model": "google/gemma-7b",
|
|
@@ -15,4 +16,4 @@
|
|
| 15 |
}
|
| 16 |
}
|
| 17 |
]
|
| 18 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "text-generation",
|
| 3 |
"models": [
|
| 4 |
{
|
| 5 |
"model": "google/gemma-7b",
|
|
|
|
| 16 |
}
|
| 17 |
}
|
| 18 |
]
|
| 19 |
+
}
|