snigdhachandan
commited on
Commit
•
8c74067
1
Parent(s):
1f783f6
Upload folder using huggingface_hub
Browse files- README.md +2 -6
- config.json +1 -1
- mergekit_config.yml +21 -14
- model-00001-of-00015.safetensors +2 -2
- model-00002-of-00015.safetensors +2 -2
- model-00003-of-00015.safetensors +2 -2
- model-00004-of-00015.safetensors +2 -2
- model-00005-of-00015.safetensors +2 -2
- model-00006-of-00015.safetensors +2 -2
- model-00007-of-00015.safetensors +2 -2
- model-00008-of-00015.safetensors +2 -2
- model-00009-of-00015.safetensors +2 -2
- model-00010-of-00015.safetensors +2 -2
- model-00011-of-00015.safetensors +2 -2
- model-00012-of-00015.safetensors +2 -2
- model-00013-of-00015.safetensors +2 -2
- model-00014-of-00015.safetensors +2 -2
- model-00015-of-00015.safetensors +2 -2
README.md
CHANGED
@@ -24,27 +24,23 @@ ganeet-V4 is a merge of the following models using [LazyMergekit](https://colab.
|
|
24 |
```yaml
|
25 |
models:
|
26 |
- model: WizardLMTeam/WizardMath-7B-V1.1
|
27 |
-
layer_range: [0, 30]
|
28 |
parameters:
|
29 |
density: 0.5 # fraction of weights in differences from the base model to retain
|
30 |
weight: # weight gradient
|
31 |
- filter: mlp
|
32 |
value: 0.5
|
33 |
- value: 0
|
34 |
-
- model:
|
35 |
-
layer_range: [0, 30]
|
36 |
- model: microsoft/rho-math-7b-interpreter-v0.1
|
37 |
-
layer_range: [0, 30]
|
38 |
parameters:
|
39 |
density: 0.5
|
40 |
weight: 0.5
|
41 |
- model: meta-math/MetaMath-Mistral-7B
|
42 |
-
layer_range: [0, 30]
|
43 |
parameters:
|
44 |
density: 0.5
|
45 |
weight: 0.5
|
46 |
merge_method: ties
|
47 |
-
base_model:
|
48 |
parameters:
|
49 |
normalize: true
|
50 |
int8_mask: true
|
|
|
24 |
```yaml
|
25 |
models:
|
26 |
- model: WizardLMTeam/WizardMath-7B-V1.1
|
|
|
27 |
parameters:
|
28 |
density: 0.5 # fraction of weights in differences from the base model to retain
|
29 |
weight: # weight gradient
|
30 |
- filter: mlp
|
31 |
value: 0.5
|
32 |
- value: 0
|
33 |
+
- model: upaya07/Arithmo2-Mistral-7B
|
|
|
34 |
- model: microsoft/rho-math-7b-interpreter-v0.1
|
|
|
35 |
parameters:
|
36 |
density: 0.5
|
37 |
weight: 0.5
|
38 |
- model: meta-math/MetaMath-Mistral-7B
|
|
|
39 |
parameters:
|
40 |
density: 0.5
|
41 |
weight: 0.5
|
42 |
merge_method: ties
|
43 |
+
base_model: upaya07/Arithmo2-Mistral-7B
|
44 |
parameters:
|
45 |
normalize: true
|
46 |
int8_mask: true
|
config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"rope_theta": 10000.0,
|
20 |
"sliding_window": 4096,
|
21 |
"tie_word_embeddings": false,
|
22 |
-
"torch_dtype": "
|
23 |
"transformers_version": "4.38.2",
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 32000
|
|
|
19 |
"rope_theta": 10000.0,
|
20 |
"sliding_window": 4096,
|
21 |
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "float16",
|
23 |
"transformers_version": "4.38.2",
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 32000
|
mergekit_config.yml
CHANGED
@@ -1,17 +1,24 @@
|
|
1 |
|
2 |
-
|
3 |
-
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
base_model: upaya07/Arithmo2-Mistral-7B
|
10 |
parameters:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
- filter: mlp
|
15 |
-
value: [1, 0.5, 0.7, 0.3, 0]
|
16 |
-
- value: 0.4
|
17 |
-
dtype: bfloat16
|
|
|
1 |
|
2 |
+
models:
|
3 |
+
- model: WizardLMTeam/WizardMath-7B-V1.1
|
4 |
+
parameters:
|
5 |
+
density: 0.5 # fraction of weights in differences from the base model to retain
|
6 |
+
weight: # weight gradient
|
7 |
+
- filter: mlp
|
8 |
+
value: 0.5
|
9 |
+
- value: 0
|
10 |
+
- model: upaya07/Arithmo2-Mistral-7B
|
11 |
+
- model: microsoft/rho-math-7b-interpreter-v0.1
|
12 |
+
parameters:
|
13 |
+
density: 0.5
|
14 |
+
weight: 0.5
|
15 |
+
- model: meta-math/MetaMath-Mistral-7B
|
16 |
+
parameters:
|
17 |
+
density: 0.5
|
18 |
+
weight: 0.5
|
19 |
+
merge_method: ties
|
20 |
base_model: upaya07/Arithmo2-Mistral-7B
|
21 |
parameters:
|
22 |
+
normalize: true
|
23 |
+
int8_mask: true
|
24 |
+
dtype: float16
|
|
|
|
|
|
|
|
model-00001-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3b8f28f866bfa382645f445d12406e2390619487f1d504c2e080a2a8da601da
|
3 |
+
size 960521544
|
model-00002-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efc7b7a42e9780406cef6acee72e95381cd255e1da1535f15457a5157d027c6f
|
3 |
+
size 989890704
|
model-00003-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48794782f5254a01bdb39d5202f3ee0ffed36efddaddaa078a64465e58d518d2
|
3 |
+
size 989890712
|
model-00004-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8430cefa112a2bd4eeab262c8b5ffe3d34a5841eaf5f85ee56d47c4cafd4137f
|
3 |
+
size 998287736
|
model-00005-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38b30d5161fe1874b92ba72f1dc41fbd7a888b9875da1583c82a273f943fa81b
|
3 |
+
size 947956192
|
model-00006-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96078629f89f223992d1436197ae2662ef3ae954127371a99c5af9bb87ef2d09
|
3 |
+
size 989890704
|
model-00007-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cccad063c90678d915ac3534fca5693af32bfcea1bd060fe19915dc9abb54ec4
|
3 |
+
size 989890704
|
model-00008-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6c5c6cc3497d68880e1aa20e25e901df71129efb20886d81d5ee57525dd63b2
|
3 |
+
size 998287736
|
model-00009-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ae91f77f5d72f730bbeaabadc32f91129e1c62baf7b5534785359709bb28b0d
|
3 |
+
size 947956192
|
model-00010-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ce31e0866f81a807b8dd3b6d46c16929e4a366255f385e7e5f3b2db8850985a
|
3 |
+
size 989890712
|
model-00011-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a95bdc46b3e8c7223c268c25ad3fae15853f763c7c0e6e394368ddf105e51f04
|
3 |
+
size 989890704
|
model-00012-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c04df3984806498157fd23ba79ea7ea3365c743eab2b166ea1932309d2c14502
|
3 |
+
size 998287736
|
model-00013-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:132ac8246d4212e2323689be4646c43ad79c1a243c04aa96b74f5e925fe4d807
|
3 |
+
size 947956176
|
model-00014-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ea86a8ef0dce4a2bb5916c1f40eb70f145db43915dcf88a7ba5e8521aadd394
|
3 |
+
size 989890688
|
model-00015-of-00015.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f21ede10a99d30131bda0c60ce921a461a9ede3cd1b629ccdafff3ec7c3a695
|
3 |
+
size 755009424
|