mushfiqurrobin
commited on
Commit
•
e5244d0
1
Parent(s):
b2a6150
Adding ONNX file of this model
Browse filesBeep boop I am the [ONNX export bot 🤖🏎️](https://huggingface.co/spaces/optimum/exporters). On behalf of [mushfiqurrobin](https://huggingface.co/mushfiqurrobin), I would like to add to this repository the model converted to ONNX.
What is ONNX? It stands for "Open Neural Network Exchange", and is the most commonly used open standard for machine learning interoperability. You can find out more at [onnx.ai](https://onnx.ai/)!
The exported ONNX model can be then be consumed by various backends as TensorRT or TVM, or simply be used in a few lines with 🤗 Optimum through ONNX Runtime, check out how [here](https://huggingface.co/docs/optimum/main/en/onnxruntime/usage_guides/models)!
- .gitattributes +1 -0
- onnx/model.onnx +3 -0
- onnx/model.onnx_data +3 -0
.gitattributes
CHANGED
@@ -7,3 +7,4 @@
|
|
7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
10 |
+
onnx/model.onnx_data filter=lfs diff=lfs merge=lfs -text
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dda5af4a7d1889f0d1d892f879d64cb52cc0e6b2a6b332ef2e8bf8ca067ba2a3
|
3 |
+
size 620785
|
onnx/model.onnx_data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fcf59bc3ffbdb6ace828101bad98ef1de226cfdb2105b90a721b14f3270a972
|
3 |
+
size 3264578120
|