Commit
·
9689579
1
Parent(s):
953472d
Added model and tokenizer
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- config.json +0 -0
- model.embed_tokens.weight +3 -0
- model.layers.0.input_layernorm.weight +3 -0
- model.layers.0.post_attention_layernorm.weight +3 -0
- model.layers.1.input_layernorm.weight +3 -0
- model.layers.1.post_attention_layernorm.weight +3 -0
- model.layers.10.input_layernorm.weight +3 -0
- model.layers.10.post_attention_layernorm.weight +3 -0
- model.layers.11.input_layernorm.weight +3 -0
- model.layers.11.post_attention_layernorm.weight +3 -0
- model.layers.12.input_layernorm.weight +3 -0
- model.layers.12.post_attention_layernorm.weight +3 -0
- model.layers.13.input_layernorm.weight +3 -0
- model.layers.13.post_attention_layernorm.weight +3 -0
- model.layers.14.input_layernorm.weight +3 -0
- model.layers.14.post_attention_layernorm.weight +3 -0
- model.layers.15.input_layernorm.weight +3 -0
- model.layers.15.post_attention_layernorm.weight +3 -0
- model.layers.2.input_layernorm.weight +3 -0
- model.layers.2.post_attention_layernorm.weight +3 -0
- model.layers.3.input_layernorm.weight +3 -0
- model.layers.3.post_attention_layernorm.weight +3 -0
- model.layers.4.input_layernorm.weight +3 -0
- model.layers.4.post_attention_layernorm.weight +3 -0
- model.layers.5.input_layernorm.weight +3 -0
- model.layers.5.post_attention_layernorm.weight +3 -0
- model.layers.6.input_layernorm.weight +3 -0
- model.layers.6.post_attention_layernorm.weight +3 -0
- model.layers.7.input_layernorm.weight +3 -0
- model.layers.7.post_attention_layernorm.weight +3 -0
- model.layers.8.input_layernorm.weight +3 -0
- model.layers.8.post_attention_layernorm.weight +3 -0
- model.layers.9.input_layernorm.weight +3 -0
- model.layers.9.post_attention_layernorm.weight +3 -0
- model.norm.weight +3 -0
- model.onnx +3 -0
- onnx__MatMul_5073 +3 -0
- onnx__MatMul_5074 +3 -0
- onnx__MatMul_5075 +3 -0
- onnx__MatMul_5100 +3 -0
- onnx__MatMul_5101 +3 -0
- onnx__MatMul_5102 +3 -0
- onnx__MatMul_5103 +3 -0
- onnx__MatMul_5104 +3 -0
- onnx__MatMul_5105 +3 -0
- onnx__MatMul_5106 +3 -0
- onnx__MatMul_5131 +3 -0
- onnx__MatMul_5132 +3 -0
- onnx__MatMul_5133 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
onnx__* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
model.* filter=lfs diff=lfs merge=lfs -text
|
38 |
+
tokenizer.* filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
File without changes
|
model.embed_tokens.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c214e176a8e43329defccb3a6d6e11b75a0ecff5b967a18d898849a103a574d5
|
3 |
+
size 525336576
|
model.layers.0.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fab675a0540b5c1fe4d1c62b05dff3535de873326fd0c3b9787ac2fc34c7362
|
3 |
+
size 4096
|
model.layers.0.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2a37d82c378bd7958fd671245caebbb3b2542462997b3f341d62bfb64956e62
|
3 |
+
size 4096
|
model.layers.1.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15522a298a288ee62efb2c9210d29a114605ccd1eebe5ae688175a8bd10d7177
|
3 |
+
size 4096
|
model.layers.1.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28b498de02839a44b8a3a53fee9732b5bed8fd0b7a2200ddcb940a715b02a229
|
3 |
+
size 4096
|
model.layers.10.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abb726c800a0d7a6b7cdb3439c80a6b223ccd18d7c82d833c74a6c7480e0c15b
|
3 |
+
size 4096
|
model.layers.10.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11a2081f38f2b0014d8961d11fc04ed9b909b37caee5451423daec15f289af5
|
3 |
+
size 4096
|
model.layers.11.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5bd038996c3fde6ec58cf7da792e100289712b881c7a5166bc64f990be8f2d1
|
3 |
+
size 4096
|
model.layers.11.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d0d2037030b70daed3b02f3612a39087ab36aed78245470af8d2276ba23966
|
3 |
+
size 4096
|
model.layers.12.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e02ce5ddd32b00dd7c34e08980e0fee88bb29f1dcb32dbc64525fc957eb5cca
|
3 |
+
size 4096
|
model.layers.12.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51f57926706bcd5735f4ab5ac336ecd0783d44cce14b896d9318fbe796539661
|
3 |
+
size 4096
|
model.layers.13.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:709dbc00800bbc447a3c932607eb5b70e36ef9a00b20da568967c67d3050a9d7
|
3 |
+
size 4096
|
model.layers.13.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce5ac1454eca31852f34d08e1fc9fffddf1c1322b9e599bbbb058b201811240
|
3 |
+
size 4096
|
model.layers.14.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:296c0625cc588f7ced04ad68c50fa6bca3839237c6e7aec80e07793030bc41c2
|
3 |
+
size 4096
|
model.layers.14.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1c59b2c7a78a74bf961a42460af0c7c579e68b482996d933d05009910d1dac6
|
3 |
+
size 4096
|
model.layers.15.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f7bf6ce59b4100d02cc812ac14327dd4c88c7a64e1db33edc5ee79f956947f
|
3 |
+
size 4096
|
model.layers.15.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12544cac6509aeb8cb87f5d76392e037870a0d662865d31e1d3abbca869b788f
|
3 |
+
size 4096
|
model.layers.2.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e32a5747df7e3937c14354b1da7954d4cb6440acf587fc9746903761a1fddbd
|
3 |
+
size 4096
|
model.layers.2.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73613698e693f3b083d041904100f52c4b8c7e6b44e65d7f63212fdacc10ecab
|
3 |
+
size 4096
|
model.layers.3.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff97049595b6458771022a38a4ba00ade6ca6211cde33ce440a84f505ab7904f
|
3 |
+
size 4096
|
model.layers.3.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:480460e6f0b7688db88fe13ef6e408643dc852e5e80541d694b1e63674bce409
|
3 |
+
size 4096
|
model.layers.4.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:364e80ea7b9a2ce0210638d786e7e60b3d98b52bfe74df75873706663456ae52
|
3 |
+
size 4096
|
model.layers.4.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81c1147db78ddc46c79eb1fe28cc56cc32ad45e49f64216a8f9b65e74c8de3ee
|
3 |
+
size 4096
|
model.layers.5.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1c772e269883a9d219d55bfeaa269f89cffdf916deca30704da5e8f3c0cf131
|
3 |
+
size 4096
|
model.layers.5.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2f1a3de67797c79269f5c634f17eb8812e3bd8c0062057e2b9d8de2ce0472ca
|
3 |
+
size 4096
|
model.layers.6.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01bd8af42ca956f5a8429bd2baf245a1fbd5ef26a337d273e2894e7bdc5acdc7
|
3 |
+
size 4096
|
model.layers.6.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cc2f0ad69d40dba90da7e51baf5ba9b937367d12ba9d92aea5049f177f7220b
|
3 |
+
size 4096
|
model.layers.7.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:095d0e7972046bb859d3e815980e7c3759b805b0eda5c10a0e3ed67ffbb6210a
|
3 |
+
size 4096
|
model.layers.7.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5826aaed902e21a6f4ab5348bd72efae67d2002db8764bec7523fc0a821598a1
|
3 |
+
size 4096
|
model.layers.8.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d2e6500c73b6946c54dda520bfa5d6a0a9de47eb8f6e7f5c9535bed15c55e6b
|
3 |
+
size 4096
|
model.layers.8.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e8b44894a9276286811eb0810c312394e6d002a6c4822e29d6d86decbbd53c0
|
3 |
+
size 4096
|
model.layers.9.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a05e41f790ddf44af2faa9e0d3f0a3a8d113704cd08dea1c3297dc4c26bd28f2
|
3 |
+
size 4096
|
model.layers.9.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:812ad81d07f0b8d3416e10935f608eebab918a53a452c6153a73d81ae16aa752
|
3 |
+
size 4096
|
model.norm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a89e546cda7d05745428d1f29f7d13ec4bc7c154073654a5ff0c8d6d4065fb8
|
3 |
+
size 4096
|
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e765d7ef489e61ecc6e0944b096b1ab32b3883716236628cf4377c870ffe8ae
|
3 |
+
size 1096925
|
onnx__MatMul_5073
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4586838601cfbd7902e2ab4925d63b64660fb8194bf300832a3543f493bf067b
|
3 |
+
size 8388608
|
onnx__MatMul_5074
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:831f239913e16bea22e4347dfe3dfafa7321449310d8359a68912e10ba422dfc
|
3 |
+
size 2097152
|
onnx__MatMul_5075
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bbed6605575fe40ed71b575fa7e2ebc18a75e500c9be731df63b60fc1bb77bb
|
3 |
+
size 2097152
|
onnx__MatMul_5100
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d2a3c57034be929f4a1a90f5c0a302eb1991b08ca68d0dba2c1a60c7468296d
|
3 |
+
size 8388608
|
onnx__MatMul_5101
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c037afa3b05d54df59b46eb5276f0d25def4a9f9d6415ad7fd0d3aba990a66f9
|
3 |
+
size 33554432
|
onnx__MatMul_5102
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3c60c129ee501a7c3ab25bf4e827ee35ad93268a9439bea4cc1596621c477f6
|
3 |
+
size 33554432
|
onnx__MatMul_5103
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9525e40db982ccd23731fffd89ad7ae8c4522cd0e4d76205381bddbf109162d1
|
3 |
+
size 33554432
|
onnx__MatMul_5104
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68f46667cb70b456f7e4ea3ec4011332f8987b61cd8dc02d5432816630b80f89
|
3 |
+
size 8388608
|
onnx__MatMul_5105
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af8d1f2ca9cbd2177dfbff173063fc34b28bfe7dd93963491182a37308dc9577
|
3 |
+
size 2097152
|
onnx__MatMul_5106
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2823e388c866363f2aed9d8a40f915d0f5f93c9737f9e76314c4cfa9f97b0af
|
3 |
+
size 2097152
|
onnx__MatMul_5131
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54221248fa75cf3d0f6e59740d1cdfac30ed326f87f7077a35ab8b92380aa78c
|
3 |
+
size 8388608
|
onnx__MatMul_5132
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3689d6995a0e4d95d605216340dea326b208ada84cdb78179d193c779ab890ee
|
3 |
+
size 33554432
|
onnx__MatMul_5133
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b330de6474fabd088f96fa821bb3506f08d7efdcd760330445d4e432586809d5
|
3 |
+
size 33554432
|