Spaces:
Running
Running
new model test
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer
|
|
| 4 |
import numpy as np
|
| 5 |
|
| 6 |
# Load the ONNX model
|
| 7 |
-
onnx_model_path = "fine-
|
| 8 |
ort_session = ort.InferenceSession(onnx_model_path)
|
| 9 |
|
| 10 |
# Load the tokenizer
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
|
| 6 |
# Load the ONNX model
|
| 7 |
+
onnx_model_path = "fine-tuned_multi-qa-mpnet-base-dot-v1_quantized.onnx"
|
| 8 |
ort_session = ort.InferenceSession(onnx_model_path)
|
| 9 |
|
| 10 |
# Load the tokenizer
|
fine-tuned_all-distilroberta-v1_quantized.onnx → fine-tuned_multi-qa-mpnet-base-dot-v1_quantized.onnx
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:030f132f5a4b85a67bb079a6f5263a4b3e1a1d37632bfd7c70be4d2ce3981868
|
| 3 |
+
size 110266077
|