Text Ranking
sentence-transformers
Safetensors
convmemory
memory
agent-memory
validity
reranking
cross-encoder
Instructions to use Purdy0228/ConvMemory-v3-Validity-Context with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Purdy0228/ConvMemory-v3-Validity-Context with sentence-transformers:
from sentence_transformers import CrossEncoder model = CrossEncoder("Purdy0228/ConvMemory-v3-Validity-Context") query = "Which planet is known as the Red Planet?" passages = [ "Venus is often called Earth's twin because of its similar size and proximity.", "Mars, known for its reddish appearance, is often referred to as the Red Planet.", "Jupiter, the largest planet in our solar system, has a prominent red spot.", "Saturn, famous for its rings, is sometimes mistaken for the Red Planet." ] scores = model.predict([(query, passage) for passage in passages]) print(scores) - Notebooks
- Google Colab
- Kaggle
Clarify checkpoint provenance in model card
Browse files
README.md
CHANGED
|
@@ -59,6 +59,7 @@ The representative v3 validity checkpoint is exported by the v557 recipe:
|
|
| 59 |
| Source policy | `top1` |
|
| 60 |
| Default mode | `context` |
|
| 61 |
| Hub repository | `Purdy0228/ConvMemory-v3-Validity-Context` |
|
|
|
|
| 62 |
| `cross_encoder/model.safetensors` SHA256 | `446ee0cf6df4a8967e1a78c46d2ff3a2d777de65efbf475d2278d99468faa8d9` |
|
| 63 |
| `validity_config.json` SHA256 | `81eddb5f2ff4545dcf4b7655fedd1f7cf846248ad8962394195e6960a2e07849` |
|
| 64 |
|
|
|
|
| 59 |
| Source policy | `top1` |
|
| 60 |
| Default mode | `context` |
|
| 61 |
| Hub repository | `Purdy0228/ConvMemory-v3-Validity-Context` |
|
| 62 |
+
| Checkpoint upload commit | `0883a43fe6df608030ebe9ec29286280e83c857c` |
|
| 63 |
| `cross_encoder/model.safetensors` SHA256 | `446ee0cf6df4a8967e1a78c46d2ff3a2d777de65efbf475d2278d99468faa8d9` |
|
| 64 |
| `validity_config.json` SHA256 | `81eddb5f2ff4545dcf4b7655fedd1f7cf846248ad8962394195e6960a2e07849` |
|
| 65 |
|