Xenova HF staff commited on
Commit
f207c13
1 Parent(s): 0728a61

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "hf-internal-testing/tiny-random-Swin2SRModel",
3
  "architectures": [
4
  "Swin2SRModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "hf-tiny-model-private/tiny-random-Swin2SRModel",
3
  "architectures": [
4
  "Swin2SRModel"
5
  ],
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce487ed2145fbb6a75059a498f9caab1e0cde7aeb245d860ebb44badb6f7ba6a
3
+ size 534579
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff8fdf65f4d66fa59f524fdcde6b5abe50c3a3197e1998c84a025dfa7006d68
3
+ size 684425
quantize_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Gather",
8
+ "Pad",
9
+ "Mul",
10
+ "MatMul",
11
+ "Concat",
12
+ "Exp",
13
+ "Range",
14
+ "Cast",
15
+ "Sub",
16
+ "Erf",
17
+ "Constant",
18
+ "Mod",
19
+ "Add",
20
+ "Abs",
21
+ "Where",
22
+ "Slice",
23
+ "Pow",
24
+ "Sqrt",
25
+ "Transpose",
26
+ "Softmax",
27
+ "Conv",
28
+ "Expand",
29
+ "Not",
30
+ "Div",
31
+ "ReduceMean",
32
+ "ScatterND",
33
+ "Shape",
34
+ "Clip",
35
+ "Unsqueeze",
36
+ "Identity",
37
+ "ReduceSum",
38
+ "Relu",
39
+ "Sigmoid",
40
+ "Equal",
41
+ "ConstantOfShape",
42
+ "Reshape"
43
+ ],
44
+ "weight_type": "QUInt8"
45
+ }
46
+ }
47
+ }