Merged_Model / README.md
nwhamed's picture
Upload folder using huggingface_hub
d9c5254 verified
|
raw
history blame
No virus
751 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- google/gemma-7b
- CohereForAI/c4ai-command-r-v01
---
# Merged_Model
Merged_Model is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [google/gemma-7b](https://huggingface.co/google/gemma-7b)
* [CohereForAI/c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
## 🧩 Configuration
```json{
"models": [
{
"model": "google/gemma-7b",
"parameters": {
"param1": "value1",
"param2": "value2"
}
},
{
"model": "CohereForAI/c4ai-command-r-v01",
"parameters": {
"param1": "value1",
"param2": "value2"
}
}
]
}