amritaballurkar commited on
Commit
7ed43f0
·
1 Parent(s): 567cbf1

upload quantized model

Browse files
Files changed (3) hide show
  1. onnx/model.int8.onnx +3 -0
  2. onnx/model.onnx +3 -0
  3. onnx_metadata.json +11 -0
onnx/model.int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a6b892eb000f3d43b420ad82bb20ecde90474e01b350d48d1782d31d45b9034
3
+ size 86979043
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a351bd3c66e10a70508b98e5cae3472312b634d7304bbb860e533fc7db8678f
3
+ size 343411010
onnx_metadata.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "Ateeqq/ai-vs-human-image-detector",
3
+ "input": {
4
+ "name": "pixel_values",
5
+ "dtype": "float32",
6
+ "layout": "NCHW"
7
+ },
8
+ "output": {
9
+ "name": "logits"
10
+ }
11
+ }