tarekziade commited on
Commit
7b99359
1 Parent(s): 17c1f39

Upload 4 files

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/deit-tiny-distilled-patch16-224",
3
  "architectures": [
4
  "DeiTForImageClassification"
5
  ],
@@ -27,6 +27,5 @@
27
  "patch_size": 16,
28
  "problem_type": "single_label_classification",
29
  "qkv_bias": true,
30
- "torch_dtype": "float32",
31
- "transformers_version": "4.39.2"
32
  }
 
1
  {
2
+ "_name_or_path": "tarekziade/docornot",
3
  "architectures": [
4
  "DeiTForImageClassification"
5
  ],
 
27
  "patch_size": 16,
28
  "problem_type": "single_label_classification",
29
  "qkv_bias": true,
30
+ "transformers_version": "4.36.2"
 
31
  }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2013ab2e2f49690a4b5e4e18b64e70ef530ddf05ad2e03c8f8e9654fa2df2191
3
+ size 22369829
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb04ab245d2959ec971fb2d9275fa86466fb33f6826e60296945c0147edaaed
3
+ size 6289227
quantize_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Add",
8
+ "Where",
9
+ "ReduceMean",
10
+ "Conv",
11
+ "Reshape",
12
+ "Gather",
13
+ "Equal",
14
+ "Sub",
15
+ "Div",
16
+ "Mul",
17
+ "MatMul",
18
+ "Gemm",
19
+ "Softmax",
20
+ "Unsqueeze",
21
+ "Pow",
22
+ "Transpose",
23
+ "Constant",
24
+ "Erf",
25
+ "Expand",
26
+ "Concat",
27
+ "Slice",
28
+ "Sqrt",
29
+ "Shape",
30
+ "ConstantOfShape"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }