ericsorides commited on
Commit
4da855b
·
1 Parent(s): bc79a19

Added 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 +3 -0
  2. config.json +0 -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,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
+ model.* filter=lfs diff=lfs merge=lfs -text
37
+ onnx__* 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:28077767ae649466e47acdaf237807e56b15cf133e298ec6c632783b08d54a5b
3
+ size 1050673152
model.layers.0.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c40838e40b636aaf5c7907226d1c8bbb1bdb38a5ec2b3161449f333098c454
3
+ size 8192
model.layers.0.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7132c048a3a2af95fc59f791580679bb8e7a1767cc5c991952c581d11240701
3
+ size 8192
model.layers.1.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec50fe5bcaf51e94fad51aaadee1d5708e4fec500880b88dc6a8be8d7632a96
3
+ size 8192
model.layers.1.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90bcc23b3f40a7bc53404af89108b7d9b516c3a6fedb04c31ae6832b26fa5b90
3
+ size 8192
model.layers.10.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1500bb2aa81ed3843634a4198ad63bbbd03f3b8a6ea4817f88422278a63e5211
3
+ size 8192
model.layers.10.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7536fa4a5d1e21c9ac7a84e9c38dafccb3a7862ab9e1694b84e91f86d2acc872
3
+ size 8192
model.layers.11.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e6b57eef2539d35e15fb0a9020205a9b26f397702b5038eb04aac6c1617933
3
+ size 8192
model.layers.11.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b91147426b593b913ac9075e205ad4286d8e1aea10421b29383aa95108bd520
3
+ size 8192
model.layers.12.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b48ca25deaaa5f2f87174cf8aa77b10e019a7acb3916a1044e3475279abcd9
3
+ size 8192
model.layers.12.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5873b7f9de71253de02b228f516b71d9d79b1bcbe3c5850bfce0bf19249435fe
3
+ size 8192
model.layers.13.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aac8cdce4a159700680c62af7f86fd0c492ba6726d194b75b3f9cde23846659
3
+ size 8192
model.layers.13.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90fec7ff35b3b5a3b4cf04cd99a119e23388bc5a19e9330e75b3318364bc79f6
3
+ size 8192
model.layers.14.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d48ab92c6f655eefb7327f11431d2677dbe91b7fd998e9b7ae07bf9e1b090d7
3
+ size 8192
model.layers.14.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8784ebc7b6a00f5107788ac3dc77ea880b8266e13034b6a047fb6b055d966f
3
+ size 8192
model.layers.15.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f3a59af1ef18b395737a6565c286885672f65231c662715bf758433e329c0d
3
+ size 8192
model.layers.15.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f2e17585cb233854ffe1e43ac61d3ae689a921655299a32b802ab155939c400
3
+ size 8192
model.layers.16.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3237d582a51d6030e9f8bac38835e5a476d433b6b3166c9a92a3bdb3f60c0262
3
+ size 8192
model.layers.16.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d461b1a1451a578d2c54b12784120c6b41d4cb12592f3fa2965a89d3616205e
3
+ size 8192
model.layers.17.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29f3ecbd987d09f3e06dbc67c7fbe9917d36ba002ea366ff376cf9d72440621
3
+ size 8192
model.layers.17.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e39c716728132e705230a939d23f4b320e870825f60ddd8372615c6cc545124
3
+ size 8192
model.layers.18.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b4516c365fe35956e038df0bfad74196328f15b51babf5b5ad96e40740a2963
3
+ size 8192
model.layers.18.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659bb06cc3bcd7296a7f66430c72313e70ff103d9f6da520def181207bc9f252
3
+ size 8192
model.layers.19.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b071e03d518dfa7e97e069ea4dd2ffae65aea8d6c9e0565bfba079d5fada44b3
3
+ size 8192
model.layers.19.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6664563c3966a071456fb821cd46bf292c30c5a59de801463682242325412b
3
+ size 8192
model.layers.2.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6dc55e519d8099d338157ebe9bed4ffff6fdd33d47c339ef3084fb174b45324
3
+ size 8192
model.layers.2.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5031789bdd62099cd23ef8213efbbc84da5a5614c521016b3f718ca432a4c104
3
+ size 8192
model.layers.20.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:710d60bd55f1472498c36c9e2916913fd3fce6e562d6133564adfa063833f7c8
3
+ size 8192
model.layers.20.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c19812ba3f41121292d390fc3ba87ca7b4a7f7c3875ee664d7861d19ce8b6f
3
+ size 8192
model.layers.21.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b4c90435c7fbbfa694662433cc085b4e1bc7f666933890154aaeb7e75f9f57
3
+ size 8192
model.layers.21.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50595e0ebd463be0715e9aff2b6c271137280c712245142a0966e93f81fdd23
3
+ size 8192
model.layers.22.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cb194c9c686e8c749ff824bbf1bbbf562550e3e5c3e7d18b22978b04233b9f1
3
+ size 8192
model.layers.22.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d86abd9b5110d810c3ef4f4cdd3415a5654f78143dac460e1776173407b7153
3
+ size 8192
model.layers.23.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7064ff48e5e9d45524791f3c7d16ccbac511db156c5ff74c48b696b7b9b91b69
3
+ size 8192
model.layers.23.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f72de15eb66b99e3e76f3986caf9bed0f29af9b5e0c648a407bd9679bc3b8b
3
+ size 8192
model.layers.24.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c7833df890322bfb0d14dbc3e6f3268dcc1d98736fbd6fd0130767a8be07e7
3
+ size 8192
model.layers.24.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d25bd40836432cd9ced2287715f34580dbd77e65abe57a7ae798c03a0df13ef1
3
+ size 8192
model.layers.25.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc92ff003ce11b5709e0f5d42703769b90ab3684496023910d10bc6e080d11ab
3
+ size 8192
model.layers.25.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e89d9f8c29cac18021855c51f3a376bb009b1fb8ae064cdd7141e50e3c0cb5a
3
+ size 8192
model.layers.26.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfac1102b3c54732cc7479ae1703106867d403ed5a1d0c9ea5805f632fb037e7
3
+ size 8192
model.layers.26.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7675d6af3b10f250fc52497d8d93a20b3a946425813175b7253d71c708872e
3
+ size 8192
model.layers.27.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f17058f81285b58cfc77a2bd53839feb05aefbd48a39fb2bf2f2df5db2d5750
3
+ size 8192
model.layers.27.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99aebaed2598a6d46754200cf7108636971e50fb8555edc3fb4477f084d607c5
3
+ size 8192
model.layers.28.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c016ff7c28c9fc251bce8be0460be19a013ebd5c97c65574c69bdf04461b46f1
3
+ size 8192
model.layers.28.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4ea06c2f0860ec9da8d15821f24aaf0fb8aa4b698575b0620beea65f117b73
3
+ size 8192
model.layers.29.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:770be5525a7669bd0a1a8ecfe6599bf4028e429c7ac7d6137543350d2584e71e
3
+ size 8192
model.layers.29.post_attention_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:278c04669b3ed025dcc0e46cd59bff837730c220e4c07ebdf79ffc856475c7c9
3
+ size 8192
model.layers.3.input_layernorm.weight ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6113d67ffb2b00ad36de59b1545710ad12eb57a4ceb48475cbcd1a7c3dee07a
3
+ size 8192