ayousanz commited on
Commit
2f6056d
1 Parent(s): ba16342

Upload folder using huggingface_hub

Browse files
cyberagent/open-calm-small/onnx/decoder_model_merged.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c5577478c9df513df855b66dd5e14a3f0505a195c0994ad25d37269a208721c
3
  size 672126575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2939d499f6aa6de9c8846d92481bec5aa5b58a71d026683c5a238f839b26de11
3
  size 672126575
cyberagent/open-calm-small/onnx/decoder_model_merged_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0fa65880e22a49b328e07f55a953871b72114f0b8d625c4e2930fbcb1c7dfa7
3
+ size 178529660
cyberagent/open-calm-small/onnx/decoder_model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ddf40c9a27660256f439cc6bbac80f29bfede62782c05338a4968b30c271df2
3
+ size 172313531
cyberagent/open-calm-small/onnx/decoder_with_past_model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e578c5a4988f0ed5b3a62224452df7c9434c378ef41427c60a56bcb6c0a29af
3
+ size 172333157
cyberagent/open-calm-small/quantize_config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "decoder_model_merged": {
6
+ "op_types": [
7
+ "Softmax",
8
+ "Constant",
9
+ "Squeeze",
10
+ "Reshape",
11
+ "Where",
12
+ "Cast",
13
+ "Sub",
14
+ "Div",
15
+ "Erf",
16
+ "If",
17
+ "Sqrt",
18
+ "Mul",
19
+ "GatherElements",
20
+ "Tile",
21
+ "MatMul",
22
+ "Shape",
23
+ "Concat",
24
+ "Add",
25
+ "ReduceMean",
26
+ "Pow",
27
+ "Gather",
28
+ "Slice",
29
+ "Neg",
30
+ "Expand",
31
+ "Transpose",
32
+ "Range",
33
+ "Unsqueeze",
34
+ "ConstantOfShape"
35
+ ],
36
+ "weight_type": "QInt8"
37
+ },
38
+ "decoder_model": {
39
+ "op_types": [
40
+ "Softmax",
41
+ "Constant",
42
+ "Squeeze",
43
+ "Reshape",
44
+ "Where",
45
+ "Cast",
46
+ "Sub",
47
+ "Div",
48
+ "Erf",
49
+ "Sqrt",
50
+ "Mul",
51
+ "GatherElements",
52
+ "Tile",
53
+ "MatMul",
54
+ "Shape",
55
+ "Concat",
56
+ "Add",
57
+ "ReduceMean",
58
+ "Pow",
59
+ "Gather",
60
+ "Slice",
61
+ "Neg",
62
+ "Expand",
63
+ "Transpose",
64
+ "Range",
65
+ "Unsqueeze",
66
+ "ConstantOfShape"
67
+ ],
68
+ "weight_type": "QInt8"
69
+ },
70
+ "decoder_with_past_model": {
71
+ "op_types": [
72
+ "Softmax",
73
+ "Constant",
74
+ "Squeeze",
75
+ "Reshape",
76
+ "Where",
77
+ "Cast",
78
+ "Sub",
79
+ "Div",
80
+ "Erf",
81
+ "Sqrt",
82
+ "Mul",
83
+ "GatherElements",
84
+ "Tile",
85
+ "MatMul",
86
+ "Shape",
87
+ "Concat",
88
+ "Add",
89
+ "ReduceMean",
90
+ "Pow",
91
+ "Gather",
92
+ "Slice",
93
+ "Neg",
94
+ "Expand",
95
+ "Transpose",
96
+ "Range",
97
+ "Unsqueeze",
98
+ "ConstantOfShape"
99
+ ],
100
+ "weight_type": "QInt8"
101
+ }
102
+ }
103
+ }