ericsorides commited on
Commit
19b11f9
·
1 Parent(s): 9cb672d

Uploaded model and tokenizer

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. added_tokens.json +13 -0
  3. model.embed_tokens.weight +3 -0
  4. model.layers.0.input_layernorm.weight +3 -0
  5. model.layers.0.post_attention_layernorm.weight +3 -0
  6. model.layers.1.input_layernorm.weight +3 -0
  7. model.layers.1.post_attention_layernorm.weight +3 -0
  8. model.layers.10.input_layernorm.weight +3 -0
  9. model.layers.10.post_attention_layernorm.weight +3 -0
  10. model.layers.11.input_layernorm.weight +3 -0
  11. model.layers.11.post_attention_layernorm.weight +3 -0
  12. model.layers.12.input_layernorm.weight +3 -0
  13. model.layers.12.post_attention_layernorm.weight +3 -0
  14. model.layers.13.input_layernorm.weight +3 -0
  15. model.layers.13.post_attention_layernorm.weight +3 -0
  16. model.layers.14.input_layernorm.weight +3 -0
  17. model.layers.14.post_attention_layernorm.weight +3 -0
  18. model.layers.15.input_layernorm.weight +3 -0
  19. model.layers.15.post_attention_layernorm.weight +3 -0
  20. model.layers.16.input_layernorm.weight +3 -0
  21. model.layers.16.post_attention_layernorm.weight +3 -0
  22. model.layers.17.input_layernorm.weight +3 -0
  23. model.layers.17.post_attention_layernorm.weight +3 -0
  24. model.layers.18.input_layernorm.weight +3 -0
  25. model.layers.18.post_attention_layernorm.weight +3 -0
  26. model.layers.19.input_layernorm.weight +3 -0
  27. model.layers.19.post_attention_layernorm.weight +3 -0
  28. model.layers.2.input_layernorm.weight +3 -0
  29. model.layers.2.post_attention_layernorm.weight +3 -0
  30. model.layers.20.input_layernorm.weight +3 -0
  31. model.layers.20.post_attention_layernorm.weight +3 -0
  32. model.layers.21.input_layernorm.weight +3 -0
  33. model.layers.21.post_attention_layernorm.weight +3 -0
  34. model.layers.22.input_layernorm.weight +3 -0
  35. model.layers.22.post_attention_layernorm.weight +3 -0
  36. model.layers.23.input_layernorm.weight +3 -0
  37. model.layers.23.post_attention_layernorm.weight +3 -0
  38. model.layers.24.input_layernorm.weight +3 -0
  39. model.layers.24.post_attention_layernorm.weight +3 -0
  40. model.layers.25.input_layernorm.weight +3 -0
  41. model.layers.25.post_attention_layernorm.weight +3 -0
  42. model.layers.26.input_layernorm.weight +3 -0
  43. model.layers.26.post_attention_layernorm.weight +3 -0
  44. model.layers.27.input_layernorm.weight +3 -0
  45. model.layers.27.post_attention_layernorm.weight +3 -0
  46. model.layers.28.input_layernorm.weight +3 -0
  47. model.layers.28.post_attention_layernorm.weight +3 -0
  48. model.layers.29.input_layernorm.weight +3 -0
  49. model.layers.29.post_attention_layernorm.weight +3 -0
  50. model.layers.3.input_layernorm.weight +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ model.** filter=lfs diff=lfs merge=lfs -text
38
+ model.* filter=lfs diff=lfs merge=lfs -text
39
+ onnx__* filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
model.embed_tokens.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df4e1fa0ae74f37153fb821df7261fb7940dd37308a15b241f375aa4d4bdf27
3
+ size 197001216
model.layers.0.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1632073d16f8ed29b41b1827d6131956f10ab004df00e83627b52960768a1a81
3
+ size 6144
model.layers.0.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4101273445a63917bf900754c937aa0517eaf0e42ea78991c6b592b3da04faf
3
+ size 6144
model.layers.1.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0278efc9da2294dbae8aa03865881c486fd346889535f8550ef14f05c63ea682
3
+ size 6144
model.layers.1.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685d0c9257fb1ed1f1ad70dbcb79d9291228ef9fc68b4eb00259bbfdcd80de23
3
+ size 6144
model.layers.10.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d7711e96f9752c03592acf3812db0bd6373570cf50d6838e35231719fbbb59
3
+ size 6144
model.layers.10.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336568316c2e1552a0025406ee9ca8c8c82f4e45a8aab4778f3bfc346d637666
3
+ size 6144
model.layers.11.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72aea3829739c32d0f36ec4a183627e37b3669b7d504c2abc5df82c0da85d13a
3
+ size 6144
model.layers.11.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef2dc9e1a59151fe0497bf7ee97d8a20cc5cb8351f9575386c821a0d8830920
3
+ size 6144
model.layers.12.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a669957c9824bbe4e5121342dffe3e06a95e7745e75fffdb16dadaeac9f25177
3
+ size 6144
model.layers.12.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3402e4691f3f949d58da18eaa0fe99c7eb9d2e852c6d79f421ac981f4bf0278c
3
+ size 6144
model.layers.13.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0228abb8f65a61aee1f28bcca2a8f9f43384d3aedb7075066cb842e2da3fee
3
+ size 6144
model.layers.13.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464c442e4a7d34b446c2549e3da92d083164248a03e755e6c080725e281cf1ca
3
+ size 6144
model.layers.14.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b1128e64a69cc6d700972b48df99809b5bf0a9f7cc075909a8f4cf505dbfe9
3
+ size 6144
model.layers.14.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0722aac04154af25fb171fc97d2cf576a18576392eef15a8f11bc42b66e886dc
3
+ size 6144
model.layers.15.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a175c542520bb8ed45405c2137b1c9a884d7125130ddbf14a801327f2af55498
3
+ size 6144
model.layers.15.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5b053845cf43f2180116df5ac8e14baafd30aab9dc270ec19e070023818546
3
+ size 6144
model.layers.16.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3120629dcc20d4555963c050ad6abb5dcd8166ad65779ec3f0a5f2b5ffc6462d
3
+ size 6144
model.layers.16.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a55e1533556b5570a51fffce9af9921343c11594ed04268951260bcabfb93c8
3
+ size 6144
model.layers.17.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91aacf5dc306af09c0e3cbc32413414baf049b09c34444981c9ce26e3eb3f7c9
3
+ size 6144
model.layers.17.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24941a9528b22be1e9526d8ed2bc8f54dbb1cf3347bd3a2b4cb74fe8ce52057f
3
+ size 6144
model.layers.18.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8a5ae9efbf3a6f8e215034c354a2908a67d913711ebf86220b5fcbd2b9ad5b2
3
+ size 6144
model.layers.18.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c9826f7882a3e55dd1df0dcc0c11c4403ac6688201d8519be256be49b2451e3
3
+ size 6144
model.layers.19.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a6c1c1f9b601b47eaf98332fc69b87d8345bb640dffb1ac86ee6b56b963dbe
3
+ size 6144
model.layers.19.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:048928d928193e0bbc8c11c9b1337b19b6f07de0776bbc582a453598aa7301e5
3
+ size 6144
model.layers.2.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720eba6533d82750e79260da4eaf6cda85ff3f304a22a94fb99dc8513adfd6ed
3
+ size 6144
model.layers.2.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38303b4973feb6a7c1609334db2d56aac2177a81abbd561e613be8e604e93fe4
3
+ size 6144
model.layers.20.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742c4c13872e8e0edbaa525816e5c8d697947e2ebdecba733514bc3f9625d18a
3
+ size 6144
model.layers.20.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6882c8e8314a7d5f91b1a45d4d0cba923445c84c57cb55512f2d35c92d7ab00e
3
+ size 6144
model.layers.21.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cbdda75d45da26fe8f00e1765b87d381850a2a4e1ac5e0c2282c2b3c6e21fe5
3
+ size 6144
model.layers.21.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed342a688ad91a65e7c08ddd2145cc29fe83907aca7d94c6c6e595855ddb1fe
3
+ size 6144
model.layers.22.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f6b2f58aeeef7b4379c80dd4ccca6301e1d872aff1a0a0d33e71b82d107546
3
+ size 6144
model.layers.22.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56fc49fbd264632f2ace421cd1b0a64675be87892cb9e62c49fecdb68b1f355
3
+ size 6144
model.layers.23.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687fbd6d791b12ee469ae6c4f4f0f1cdaca0a187d1ee285596a929afaa441f95
3
+ size 6144
model.layers.23.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d944f20b52c04519f6836e08947f53e933aaa286284a1d1a029397273a32c1a9
3
+ size 6144
model.layers.24.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24c246ea5eb5608694447be50a81ce9122813bb8965ac88ea1dce588fd221b4
3
+ size 6144
model.layers.24.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cf50ee7104d2804c7f21d1aa79c755c2ec51deb6239f659746a414f245b9553
3
+ size 6144
model.layers.25.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e2d6b5ae8d1c40a011422928a152e3133294a4603f90338465c42004692a3a
3
+ size 6144
model.layers.25.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40859b8779c23fdcb28dddbcfac2cf71df686a92cfe7c8b835028d3e6d2a122
3
+ size 6144
model.layers.26.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f71232af94ce93f4c28aeb267c768f9f8560fa749dc10e1e0e510d86d2addd1
3
+ size 6144
model.layers.26.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b5c734fe29c7f7d57d283ee8810866e90c4439eb099904a155276cd76bad540
3
+ size 6144
model.layers.27.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:254561e00b55a6bb605d6eeb21efa7067d1e7bc0fad0ce67afca437bfcd11938
3
+ size 6144
model.layers.27.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafcad633ff07df98e3a7e212232df04dd6d8cb641bb3dc592d0d6439399cc3b
3
+ size 6144
model.layers.28.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e8a702d3eb9784cb6fedf6408ef866b3b6d40dec3b5469de35fb29ed93dace9
3
+ size 6144
model.layers.28.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62267fb43083df72b0bb31b633bb88f85e181606cad998c7921d25c70d5492d5
3
+ size 6144
model.layers.29.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b38976866050ba05686903c728c050dc18c2af854adc5acca7fcc195f633ece7
3
+ size 6144
model.layers.29.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a583c34d352000a5ac9a915b0ec59826ea9674d05a57028d32da1a900ed9bd
3
+ size 6144
model.layers.3.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a1ebda6e43313b3bf0988331882205b0e956a58a494f71c4ff0fe8a88fb7c2
3
+ size 6144