Spaces:
Sleeping
Sleeping
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_all-mpnet-base-v2_quantized.onnx"
|
| 8 |
ort_session = ort.InferenceSession(onnx_model_path)
|
| 9 |
|
| 10 |
# Load the tokenizer
|
fine-tuned_multi-qa-mpnet-base-dot-v1_quantized.onnx → fine-tuned_all-mpnet-base-v2_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:0ef30cf93af3180de7f8074c4a698e4dd48bb5dee2382e5aad2fb04311ab5633
|
| 3 |
+
size 110266078
|