Update qdrant-landing/content/articles/cross-encoder-integration-gsoc.md

This commit is contained in:
George
2024-10-10 11:38:16 +02:00
committed by GitHub
parent b193a93f4d
commit 39ce1bfc12
@@ -97,7 +97,7 @@ def test_rerank():
), f"Model: {model_name}, Scores: {scores}, Expected: {canonical_scores}"
```
This rigorous testing process helped ensure that the ONNX models behaved as expected, comparable to models implemented using PyTorch.
The `CANONICAL_SCORE_VALUES` were retrieved directly from the result of applying the original PyTorch models to the same input
## Outcomes and Future Improvements