Weyaxi commited on
Commit
f29bbd2
1 Parent(s): 4b2cc2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,4 +1,18 @@
 
 
 
 
 
 
 
 
 
1
 
 
 
 
 
 
2
  models:
3
  - model: meta-math/MetaMath-Mistral-7B
4
  parameters:
@@ -8,3 +22,4 @@ models:
8
  weight: 0.3
9
  merge_method: linear
10
  dtype: float16
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ base_model:
6
+ - meta-math/MetaMath-Mistral-7B
7
+ - Weyaxi/OpenHermes-2.5-neural-chat-7b-v3-1-7B
8
+ ---
9
+ # MetaMath-OpenHermes-2.5-neural-chat-7b-v3-1-7B-Linear
10
 
11
+ This is the model for MetaMath-OpenHermes-2.5-neural-chat-7b-v3-1-7B-Linear. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
12
+
13
+ # Yaml Config
14
+
15
+ ```yaml
16
  models:
17
  - model: meta-math/MetaMath-Mistral-7B
18
  parameters:
 
22
  weight: 0.3
23
  merge_method: linear
24
  dtype: float16
25
+ ```