pdufour commited on
Commit
c960d88
·
1 Parent(s): 2a04737

First model version

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 +2 -0
  2. embeddings_bf16.bin +3 -0
  3. llm_config.json +28 -0
  4. onnx/.gitattributes +3 -0
  5. onnx/_visual_blocks.0_attn_Constant_20_attr__value +3 -0
  6. onnx/_visual_blocks.0_attn_Constant_23_attr__value +3 -0
  7. onnx/_visual_blocks.0_attn_Constant_34_attr__value +3 -0
  8. onnx/_visual_blocks.0_attn_Constant_9_attr__value +3 -0
  9. onnx/_visual_blocks.10_attn_Constant_20_attr__value +3 -0
  10. onnx/_visual_blocks.10_attn_Constant_23_attr__value +3 -0
  11. onnx/_visual_blocks.10_attn_Constant_34_attr__value +3 -0
  12. onnx/_visual_blocks.10_attn_Constant_9_attr__value +3 -0
  13. onnx/_visual_blocks.11_attn_Constant_20_attr__value +3 -0
  14. onnx/_visual_blocks.11_attn_Constant_23_attr__value +3 -0
  15. onnx/_visual_blocks.11_attn_Constant_34_attr__value +3 -0
  16. onnx/_visual_blocks.11_attn_Constant_9_attr__value +3 -0
  17. onnx/_visual_blocks.12_attn_Constant_20_attr__value +3 -0
  18. onnx/_visual_blocks.12_attn_Constant_23_attr__value +3 -0
  19. onnx/_visual_blocks.12_attn_Constant_34_attr__value +3 -0
  20. onnx/_visual_blocks.12_attn_Constant_9_attr__value +3 -0
  21. onnx/_visual_blocks.13_attn_Constant_20_attr__value +3 -0
  22. onnx/_visual_blocks.13_attn_Constant_23_attr__value +3 -0
  23. onnx/_visual_blocks.13_attn_Constant_34_attr__value +3 -0
  24. onnx/_visual_blocks.13_attn_Constant_9_attr__value +3 -0
  25. onnx/_visual_blocks.14_attn_Constant_20_attr__value +3 -0
  26. onnx/_visual_blocks.14_attn_Constant_23_attr__value +3 -0
  27. onnx/_visual_blocks.14_attn_Constant_34_attr__value +3 -0
  28. onnx/_visual_blocks.14_attn_Constant_9_attr__value +3 -0
  29. onnx/_visual_blocks.15_attn_Constant_20_attr__value +3 -0
  30. onnx/_visual_blocks.15_attn_Constant_23_attr__value +3 -0
  31. onnx/_visual_blocks.15_attn_Constant_34_attr__value +3 -0
  32. onnx/_visual_blocks.15_attn_Constant_9_attr__value +3 -0
  33. onnx/_visual_blocks.16_attn_Constant_20_attr__value +3 -0
  34. onnx/_visual_blocks.16_attn_Constant_23_attr__value +3 -0
  35. onnx/_visual_blocks.16_attn_Constant_34_attr__value +3 -0
  36. onnx/_visual_blocks.16_attn_Constant_9_attr__value +3 -0
  37. onnx/_visual_blocks.17_attn_Constant_20_attr__value +3 -0
  38. onnx/_visual_blocks.17_attn_Constant_23_attr__value +3 -0
  39. onnx/_visual_blocks.17_attn_Constant_34_attr__value +3 -0
  40. onnx/_visual_blocks.17_attn_Constant_9_attr__value +3 -0
  41. onnx/_visual_blocks.18_attn_Constant_20_attr__value +3 -0
  42. onnx/_visual_blocks.18_attn_Constant_23_attr__value +3 -0
  43. onnx/_visual_blocks.18_attn_Constant_34_attr__value +3 -0
  44. onnx/_visual_blocks.18_attn_Constant_9_attr__value +3 -0
  45. onnx/_visual_blocks.19_attn_Constant_20_attr__value +3 -0
  46. onnx/_visual_blocks.19_attn_Constant_23_attr__value +3 -0
  47. onnx/_visual_blocks.19_attn_Constant_34_attr__value +3 -0
  48. onnx/_visual_blocks.19_attn_Constant_9_attr__value +3 -0
  49. onnx/_visual_blocks.1_attn_Constant_20_attr__value +3 -0
  50. onnx/_visual_blocks.1_attn_Constant_23_attr__value +3 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ 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.data filter=lfs diff=lfs merge=lfs -text
37
+ onnx/**/* filter=lfs diff=lfs merge=lfs -text
embeddings_bf16.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e1a3a4a5102e48c7767d0cdf818c93eb63ead2452e30e1b063720c37d24d831
3
+ size 1089994752
llm_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 3584,
3
+ "layer_nums": 28,
4
+ "attention_mask": "float",
5
+ "key_value_shape": [
6
+ 2,
7
+ 1,
8
+ 0,
9
+ 4,
10
+ 128
11
+ ],
12
+ "prompt_template": "<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n",
13
+ "is_visual": true,
14
+ "image_mean": [
15
+ 122.7709383,
16
+ 116.7460125,
17
+ 104.09373615000001
18
+ ],
19
+ "image_norm": [
20
+ 0.01459842661924292,
21
+ 0.015007768493717056,
22
+ 0.014220065717024088
23
+ ],
24
+ "image_size": 420,
25
+ "vision_start": 151652,
26
+ "vision_end": 151653,
27
+ "image_pad": 151655
28
+ }
onnx/.gitattributes ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d7b7c0b771e2786aa3d07d4470c4e2a902c88099fdbb9b6c48f11210ce5b04
3
+ size 280
onnx/_visual_blocks.0_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.0_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.0_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.0_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.10_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.10_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.10_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.10_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.11_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.11_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.11_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.11_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.12_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.12_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.12_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.12_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.13_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.13_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.13_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.13_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.14_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.14_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.14_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.14_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.15_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.15_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.15_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.15_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.16_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.16_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.16_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.16_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.17_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.17_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.17_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.17_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.18_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.18_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.18_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.18_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.19_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.19_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.19_attn_Constant_34_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.19_attn_Constant_9_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000
onnx/_visual_blocks.1_attn_Constant_20_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fed225a3aa57932188c6c3bb7ff74d514e019676c1edcbb7768536cd0d89305
3
+ size 288000
onnx/_visual_blocks.1_attn_Constant_23_attr__value ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386551938bab0a84abe8ed5ec2382c6583d52fceb652a3423efd5f14c63f0aed
3
+ size 288000