nwhamed commited on
Commit
7245369
1 Parent(s): b496ffd

Delete Models.md

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