File size: 829 Bytes
4f79143 a057c6f 4f79143 a057c6f 4f79143 a057c6f 4f79143 a057c6f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- NousResearch/Llama-2-7b-chat-hf
- NousResearch/Nous-Hermes-llama-2-7b
---
# lasttrail
lasttrail is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co./NousResearch/Llama-2-7b-chat-hf)
* [NousResearch/Nous-Hermes-llama-2-7b](https://huggingface.co./NousResearch/Nous-Hermes-llama-2-7b)
## 🧩 Configuration
```json{
"models": [
{
"model": "NousResearch/Llama-2-7b-chat-hf",
"parameters": {
"param1": "value1",
"param2": "value2"
}
},
{
"model": "NousResearch/Nous-Hermes-llama-2-7b",
"parameters": {
"param1": "value1",
"param2": "value2"
}
}
]
} |