Hrishi
commited on
Commit
•
48e8e42
0
Parent(s):
Initial commit without README
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +35 -0
- .gitignore +1 -0
- dolphin-2.2.1-mistral-7b-q4f32_1-webgpu.wasm +3 -0
- params/added_tokens.json +4 -0
- params/mlc-chat-config.json +32 -0
- params/ndarray-cache.json +0 -0
- params/params_shard_0.bin +3 -0
- params/params_shard_1.bin +3 -0
- params/params_shard_10.bin +3 -0
- params/params_shard_100.bin +3 -0
- params/params_shard_101.bin +3 -0
- params/params_shard_102.bin +3 -0
- params/params_shard_103.bin +3 -0
- params/params_shard_104.bin +3 -0
- params/params_shard_105.bin +3 -0
- params/params_shard_106.bin +3 -0
- params/params_shard_107.bin +3 -0
- params/params_shard_108.bin +3 -0
- params/params_shard_109.bin +3 -0
- params/params_shard_11.bin +3 -0
- params/params_shard_110.bin +3 -0
- params/params_shard_111.bin +3 -0
- params/params_shard_112.bin +3 -0
- params/params_shard_113.bin +3 -0
- params/params_shard_114.bin +3 -0
- params/params_shard_115.bin +3 -0
- params/params_shard_116.bin +3 -0
- params/params_shard_117.bin +3 -0
- params/params_shard_118.bin +3 -0
- params/params_shard_119.bin +3 -0
- params/params_shard_12.bin +3 -0
- params/params_shard_120.bin +3 -0
- params/params_shard_121.bin +3 -0
- params/params_shard_122.bin +3 -0
- params/params_shard_123.bin +3 -0
- params/params_shard_124.bin +3 -0
- params/params_shard_125.bin +3 -0
- params/params_shard_126.bin +3 -0
- params/params_shard_127.bin +3 -0
- params/params_shard_128.bin +3 -0
- params/params_shard_129.bin +3 -0
- params/params_shard_13.bin +3 -0
- params/params_shard_130.bin +3 -0
- params/params_shard_14.bin +3 -0
- params/params_shard_15.bin +3 -0
- params/params_shard_16.bin +3 -0
- params/params_shard_17.bin +3 -0
- params/params_shard_18.bin +3 -0
- params/params_shard_19.bin +3 -0
- params/params_shard_2.bin +3 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz 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
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
mod_cache_before_build.pkl
|
dolphin-2.2.1-mistral-7b-q4f32_1-webgpu.wasm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0987a5cb5d001e2e2802c84d346a68566eaf43d826afb65add04d9a37db6649
|
3 |
+
size 2478481
|
params/added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|im_end|>": 32000,
|
3 |
+
"<|im_start|>": 32001
|
4 |
+
}
|
params/mlc-chat-config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_lib": "dolphin-2.2.1-mistral-7b-q4f32_1",
|
3 |
+
"local_id": "dolphin-2.2.1-mistral-7b-q4f32_1",
|
4 |
+
"conv_template": "llama-2",
|
5 |
+
"conv_config": {
|
6 |
+
"system": "<|im_start|>system: You are an AI assistant that follows instructions as closely as you can. Be helpful.",
|
7 |
+
"roles": [
|
8 |
+
"<|im_start|>user",
|
9 |
+
"<|im_start|>assistant"
|
10 |
+
],
|
11 |
+
"seps": [
|
12 |
+
"<|im_end|>\n"
|
13 |
+
],
|
14 |
+
"stop_str": "<|im_end|>"
|
15 |
+
},
|
16 |
+
"temperature": 0.7,
|
17 |
+
"repetition_penalty": 1.0,
|
18 |
+
"top_p": 0.95,
|
19 |
+
"mean_gen_len": 128,
|
20 |
+
"max_gen_len": 512,
|
21 |
+
"num_shards": 1,
|
22 |
+
"shift_fill_factor": 0.3,
|
23 |
+
"tokenizer_files": [
|
24 |
+
"added_tokens.json",
|
25 |
+
"tokenizer.model"
|
26 |
+
],
|
27 |
+
"model_category": "mistral",
|
28 |
+
"model_name": "dolphin-2.2.1-mistral-7b",
|
29 |
+
"vocab_size": 32002,
|
30 |
+
"sliding_window": 4096,
|
31 |
+
"sliding_window_chunk_size": 4096
|
32 |
+
}
|
params/ndarray-cache.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
params/params_shard_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545a656c91b406cef0810522729ea45868bfba1c01548a14ed1c49f34ec319b9
|
3 |
+
size 65540096
|
params/params_shard_1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f282e0736e3495993931e3ead7a5889dd8ee7d050b12d0b028e056782f2a7b5d
|
3 |
+
size 32113664
|
params/params_shard_10.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3f6b5fb122b66fe180e864aa64cf8979c017370eee9ed9dbb0080370a0fbe51
|
3 |
+
size 26214400
|
params/params_shard_100.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d84de9d6bdadd1a507e68e0a6fbd3d3b8105e3fc128ef5d425af67455a0c5379
|
3 |
+
size 22052864
|
params/params_shard_101.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f45946b7e75fb05d5b253aa91a9a62ff1c8bc1fc07992d43be853b483f14c9c7
|
3 |
+
size 58720256
|
params/params_shard_102.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85fe37d30e24f6bfa0c545244a99b6691bd9f7fb5fe48ee2e7b6dbd8e39c29b4
|
3 |
+
size 26214400
|
params/params_shard_103.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9692d9747f3ec894ddf82e83e4d986e1775994a4c5883ed979720b3e1988c495
|
3 |
+
size 29360128
|
params/params_shard_104.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ccac155ee05518c7538ca6e7612a5186a136040fcae832c1543a9ca865e2a59
|
3 |
+
size 22052864
|
params/params_shard_105.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dee69cd54c5db68b23bcd60565b424099ecf638f5385ab16b7d80722ee92212
|
3 |
+
size 58720256
|
params/params_shard_106.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82c6579884345f0254562d27523e0cdd877ae20b7c5a51948d1db481a249e455
|
3 |
+
size 26214400
|
params/params_shard_107.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a66c2ea2d7f8c63777f24a0ad22db192c92986c1b2f16f79c931b306f2c16876
|
3 |
+
size 29360128
|
params/params_shard_108.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47415555d902608705287b0d48799b89b132508cdfd7b7e9d1525c6f732ecb32
|
3 |
+
size 22052864
|
params/params_shard_109.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce90b335a936756de8dc834d896c362e73259be30639b76534f4a19176367b7c
|
3 |
+
size 58720256
|
params/params_shard_11.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c88a028300602c54356d22a1ba64b1fc52b382c26ceece06c9e1ce4c724b5c68
|
3 |
+
size 29360128
|
params/params_shard_110.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:843570c04cea800758460d70f60a4b6ba0a76afdf2e24dc0842e1ce26be8e2f8
|
3 |
+
size 26214400
|
params/params_shard_111.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57034ab6279d37f4ff94c5aa575cdadbe018091602e72b559ddefcf60ce52261
|
3 |
+
size 29360128
|
params/params_shard_112.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a1cb505b8a23efda9d1f3c769dc966abc935b827b70e5bcc6de26a74af8ef3e
|
3 |
+
size 22052864
|
params/params_shard_113.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7a25c2446e51ec52204f9bed310bc32cf947efc96b7f6ab488bf22f40c8b98a
|
3 |
+
size 58720256
|
params/params_shard_114.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:145d5f2150dcc71bc2417c0ba6fafa3a38ba5089606a2e5506b38e3733b90fcd
|
3 |
+
size 26214400
|
params/params_shard_115.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1c5227e986b6fd63fbab771b8d88e670afa440d3c7fef85fbd0342a8ccfefe1
|
3 |
+
size 29360128
|
params/params_shard_116.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d9fcc7b31fcf47dcbf1c8290f6b78cbc301a82fdda3701259afb24f86ae115f
|
3 |
+
size 22052864
|
params/params_shard_117.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa50bf520bc53e9afa3362549d2a0ba21101960003a1b5eaa758d274008210ec
|
3 |
+
size 58720256
|
params/params_shard_118.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e948442f1f6d9aac5b40c27417850bf7ea97bad409ba470c7f9a96a9af60493
|
3 |
+
size 26214400
|
params/params_shard_119.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2213f1b3a20fea7d9eef3e8b854917e5380af6f8d6c4739c6cfa6b2066654c2e
|
3 |
+
size 29360128
|
params/params_shard_12.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ad2769297e3773810953d35d1767c56e6f96ee450b1811a9eec0d88cad91773
|
3 |
+
size 22052864
|
params/params_shard_120.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdecab2c7830c38936ba0f0d9fc23a6023766920716d5a63f278d1878c1c172d
|
3 |
+
size 22052864
|
params/params_shard_121.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a263ef1fe52dcb55ba4c939378fbcb50933a2e5274bff6e2b6c76139898262b2
|
3 |
+
size 58720256
|
params/params_shard_122.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fda761b5cea2e81c4b25985cd8cfb534b0aebcb9803694ae4c16da160e5ff57b
|
3 |
+
size 26214400
|
params/params_shard_123.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c44c72181651ede306749245be57d35efb28eaafeed746cddab4366449431a
|
3 |
+
size 29360128
|
params/params_shard_124.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37741f6d434cafb698ed256059274e6e634a96d0c0a971ad83a2d116f0cdf6fa
|
3 |
+
size 22052864
|
params/params_shard_125.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5bf87b17cc25f33680480b974de36cca1f576ce7f476b9645489694fc22a261
|
3 |
+
size 58720256
|
params/params_shard_126.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eac7e879f94534cdc9a0ff97302b4412fb2a3486dd756bf974b1e760cf8854a
|
3 |
+
size 26214400
|
params/params_shard_127.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51b7866a6008d432fabfc54034d8e3aa5695c9c1254b75e9be1cf9ca9b67c7a0
|
3 |
+
size 29360128
|
params/params_shard_128.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:099ca0c3d2e129411721ea52456526ebc838dd119d532c37a462072756cbb086
|
3 |
+
size 65540096
|
params/params_shard_129.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e19782ae53a49e8faebf9e6707c067bc7f05709517fc6cb79dc806685df6d0c0
|
3 |
+
size 22069248
|
params/params_shard_13.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63694028b8867b6ba943cb0a3afc1f942932cbd835ea9325062df59e7615ccfc
|
3 |
+
size 58720256
|
params/params_shard_130.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb4382c6c7b1c3137ac04c68e4adcffa84057a2eef7492385568b5b40c2a2dba
|
3 |
+
size 18482176
|
params/params_shard_14.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3474c5d4585327d8021f5e17ee9c23fca53b7fde0868c1f4852d2d2dd481f70a
|
3 |
+
size 26214400
|
params/params_shard_15.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29d468a1aae3fc7a0fecfc3d9c5ead51106f85bb3290863f61f41ae3f8054fac
|
3 |
+
size 29360128
|
params/params_shard_16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d71c80ce532b7c4671dc56ba401b5253b4f4d01ff0d9c0d4d771acb69ee3d17b
|
3 |
+
size 22052864
|
params/params_shard_17.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61db18934d5a43df40259f6bb65141f81f2cae93ab5cdd7e9dffb8084fe73ce6
|
3 |
+
size 58720256
|
params/params_shard_18.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c44e44d0eac9d0a0aa7e2372bd9c009d4c637a862e952f30910d85d1b67ea5b0
|
3 |
+
size 26214400
|
params/params_shard_19.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa90ee67670bc538d9b5ffa11c53ccc77fe69694ba04b841b3ebc18a73b62f2f
|
3 |
+
size 29360128
|
params/params_shard_2.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f71c2251bb6ba145faf22d95b31c3ee0a16605efa550604fb9957417a9f5b467
|
3 |
+
size 58720256
|