nwhamed commited on
Commit
b496ffd
1 Parent(s): 8cdbae8

Delete README.md

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