kazssym commited on
Commit
8de3d24
·
1 Parent(s): 1b61d5d

Add an initial ONNX model

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+
5
+ # Output from Optimum CLI
6
+
7
+ ```
8
+ The ONNX export succeeded with the warning: The maximum absolute difference between the output of the reference model and the ONNX exported model is not within the set tolerance 1e-05:
9
+ - logits: max diff = 2.6702880859375e-05
10
+ - present.31.value: max diff = 2.7894973754882812e-05.
11
+ ```