nwhamed commited on
Commit
b089a68
1 Parent(s): a3b504f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ - mergekit
6
+ - lazymergekit
7
+ - google/gemma-7b
8
+ - CohereForAI/c4ai-command-r-v01
9
+ ---
10
+
11
+ # Merged_Model
12
+
13
+ Merged_Model is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
14
+ * [google/gemma-7b](https://huggingface.co/google/gemma-7b)
15
+ * [CohereForAI/c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
16
+
17
+ ## 🧩 Configuration
18
+
19
+ ```yaml
20
+ models:
21
+ - model: google/gemma-7b
22
+ parameters:
23
+ ...
24
+ - model: CohereForAI/c4ai-command-r-v01
25
+ parameters:
26
+ ...