Caleb Fahlgren commited on
Commit
5acf1f7
1 Parent(s): 925d161

add sql coder wasm

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +1 -0
  2. params/mlc-chat-config.json +31 -0
  3. params/ndarray-cache.json +0 -0
  4. params/params_shard_0.bin +3 -0
  5. params/params_shard_1.bin +3 -0
  6. params/params_shard_10.bin +3 -0
  7. params/params_shard_100.bin +3 -0
  8. params/params_shard_101.bin +3 -0
  9. params/params_shard_102.bin +3 -0
  10. params/params_shard_103.bin +3 -0
  11. params/params_shard_104.bin +3 -0
  12. params/params_shard_105.bin +3 -0
  13. params/params_shard_106.bin +3 -0
  14. params/params_shard_107.bin +3 -0
  15. params/params_shard_108.bin +3 -0
  16. params/params_shard_109.bin +3 -0
  17. params/params_shard_11.bin +3 -0
  18. params/params_shard_110.bin +3 -0
  19. params/params_shard_111.bin +3 -0
  20. params/params_shard_112.bin +3 -0
  21. params/params_shard_113.bin +3 -0
  22. params/params_shard_114.bin +3 -0
  23. params/params_shard_115.bin +3 -0
  24. params/params_shard_116.bin +3 -0
  25. params/params_shard_117.bin +3 -0
  26. params/params_shard_118.bin +3 -0
  27. params/params_shard_119.bin +3 -0
  28. params/params_shard_12.bin +3 -0
  29. params/params_shard_120.bin +3 -0
  30. params/params_shard_121.bin +3 -0
  31. params/params_shard_122.bin +3 -0
  32. params/params_shard_123.bin +3 -0
  33. params/params_shard_124.bin +3 -0
  34. params/params_shard_125.bin +3 -0
  35. params/params_shard_126.bin +3 -0
  36. params/params_shard_127.bin +3 -0
  37. params/params_shard_128.bin +3 -0
  38. params/params_shard_129.bin +3 -0
  39. params/params_shard_13.bin +3 -0
  40. params/params_shard_130.bin +3 -0
  41. params/params_shard_14.bin +3 -0
  42. params/params_shard_15.bin +3 -0
  43. params/params_shard_16.bin +3 -0
  44. params/params_shard_17.bin +3 -0
  45. params/params_shard_18.bin +3 -0
  46. params/params_shard_19.bin +3 -0
  47. params/params_shard_2.bin +3 -0
  48. params/params_shard_20.bin +3 -0
  49. params/params_shard_21.bin +3 -0
  50. params/params_shard_22.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ mod_cache_before_build.pkl
params/mlc-chat-config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_lib": "sqlcoder-7b-q4f32_1",
3
+ "local_id": "sqlcoder-7b-q4f32_1",
4
+ "conv_template": "llama-2",
5
+ "conv_config": {
6
+ "system": "<|im_start|>system: You are an AI assistant that follows instructions extremely well. Help as much as you can.",
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
+ "max_window_size": 2048,
22
+ "num_shards": 1,
23
+ "shift_fill_factor": 0.3,
24
+ "tokenizer_files": [
25
+ "tokenizer.json",
26
+ "tokenizer.model"
27
+ ],
28
+ "model_category": "mistral",
29
+ "model_name": "sqlcoder-7b",
30
+ "vocab_size": 32000
31
+ }
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:6fb7b495f00fcf3e0ba559f546e293d04bac05bb24879150ab7301b3cf831a1a
3
+ size 65536000
params/params_shard_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e29adb0de774f1af1bdf2c7291ff6bd49633e7722970c0d5bee19c56398402
3
+ size 32112640
params/params_shard_10.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a500952a6ee2216a30629792f0fac405c69a7e8cbb9ea7fc6d820d4472a3f2d
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:20b7de3f8fbe876939be357d25b4d7795de2783e790ba5995e1eaabbc4bc64c8
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:362a2fa574632a221c1fbf31b4489eaed1a46ab11d8db073c5c2449aaef87730
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:4e0ce793424630ae6683b3b97c735d41e380c500744efe885caec755c6ba7ec8
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:3e77eea264cbf91631e351d8e26e7f8d4d2323bb2745dceba9660d0dc941b66b
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:745a73aa32411d3e529f797a093690c7cb7495f94d8c02254cdbb1075200a77e
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:074de7341a7fa56b6d6f45994e1736c39d31e0fd1895e1a43959cb9b2c717e1e
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:dfbdb35a86cd994fbd672c18fdf134d84056254aa45b3195bc4fb8dda4aebbe5
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:adbf45049b5018811ebb1674c6bab39188150886f839d876f65ffde17c0b09ce
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:fac979982fe7641a8a965d7d28b3987fbd702503d7bd53e68c1547f6274654bb
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:6b188692adb0551eb48add6abb05b0473ba0a4a096873f72cf0bf3fecf730535
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:8ac934f4842b280327e44404513bf8434edf705463c1eb861c80905438524581
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:cdbc815ca9914e7f89d1ae214e4fe384c5839cec30562e9bcf5b50860b01313b
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:a800890b993714e20483abecbbb9aea7e02b582ad80a6c71cd1b0df8588a3bfa
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:a3ea8187ee17b9bfd067642bdfe8aaca14608c4026c936d12bb20468ee714763
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:a71a80c15b29fd761442fe92dc89a873c369719d15c5810188c750fe9c914602
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:0604f7fa8413df612cb3cdb482b2fa11acca19b6f13b844a3cee4a411057722f
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:95c9ee9ad58dc152a1a18d604db206484a090fa473a266eab5e04418db94dcc6
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:9fbcba8597ce10694f75047a8a184861daa21648fd7fa35710563ba4bf8982d3
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:3bf1678ef93462cb00d13dd836f890e816c371640e26e2c155bd8b7d5900e75e
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:e2336743e242fc9f65b8acde674db58231a08b12ce772e8cc290483a362766e5
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:8e38c4e163161ca822694a0c717ae98166eab3f223f2c3df5df2afaed7f51703
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:652c1f0b8e2fd340d7c7fa5e81d678a755d3d0e498037658f13ce63e8ac10818
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:a56bf0b0536a8aae368118e34f6cfe2a3448226733783b26576943f9a88ac9fe
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:793a12af1e2302c9bdaad031f4405d8b21423263d37320cdffefa530c8f71c53
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:e3b9f8977516a72305234c515b121b7893e1b708d8a72dc6d5d5652094d5a686
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:657341bed75b3c0410eff931c7ed4be397f69a65793a4f612ecd277fc0bca8aa
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:fa5cc97959ad2fb991937fa490497b756ac4e959f3ca03e225d112cd830fa3d1
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:42fb0d80337008d4f359f5ac62b13a5a170a323a2fc4928eb6fa9d1f87c1db90
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:8f40325f38ffaa62fa92afbc5c5f580ff764b5717bcf3680398f90eca56ddeb7
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:ad00124626ba1f0a6ad7dce50332fb2c8aef6776b5e9e66debe08528430ccfea
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:83f890fece8ffc52adeb8bbb797d4953c17147838ac7a73ebf992b2e2a6ef388
3
+ size 65536000
params/params_shard_129.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8852ab07112095de4acd6cbe9ffda081d2a4442fd6cb764f099a0aa3805d025b
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:832b823358ea5cc86b2ffeb646fd7d88f90f193bd12353c436f1218330b52aac
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:65254e4592a29d0975d0fdd5b41b49f5f8c9c38407c469c71eb405fce2f8209b
3
+ size 18481152
params/params_shard_14.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbee2c18929ac1fe3a5a07ff0db8df17c6daeb20918a80807fe73392624c8a73
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:a3417dfb75ab608adacba941c521e4da6528756fcb679e9c9b854089e0e12cde
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:455fa46b27a8dee292b93886284588c78ff6a8442ced4b072ac414f1e28dff0a
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:3177800b195c5f4f3202e3f0f1025c3a347fc394e37e3f569ef9b3f081b333b6
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:61379f7d3bc8e7b5aec99a49f0e80ca1a3ab1ab372363b55c09aabb58a550e42
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:b1ab3855cbd34130c8f85f1596a296deeed8a96dfb6b82bf9bd25d386a58190d
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:6e5554c2205bd1c1ff161331751104c93461313358f255bcccffd788fd9e6cc7
3
+ size 58720256
params/params_shard_20.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:763b6bbfba4111edb0655087d1ddb0cd22024a7b996a3fb419cc041df233d804
3
+ size 22052864
params/params_shard_21.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fa2e6b8854db0e32bfe1fc76bda27201ee2aa301ddc879e07f4d572d605e2f
3
+ size 58720256
params/params_shard_22.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568679254b9f9228ef49446632ed799e19770aa70d1d77cf459c12d68579523a
3
+ size 26214400