Add an initial ONNX model
Browse files
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 |
+
```
|