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