Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,9 @@ This table delineates the performance disparities between architectural iteratio
|
|
| 34 |
| **HCAE-21M-Base** | `0.507` | `0.324` | Baseline configuration trained extensively on the MS MARCO dataset. |
|
| 35 |
| **HCAE-21M-Instruct** | `0.591` | `0.393` | Multi-stage tuning incorporating ArXiv, STS-B, and SQuAD instruction tuning paradigms. |
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
## Utilization Guidelines (Instruction Format)
|
| 38 |
For optimal retrieval performance, prepend the instruction mapping to the query text:
|
| 39 |
`Instruction: Retrieve the exact document that answers the following question. Query: [Your Query]`
|
|
|
|
| 34 |
| **HCAE-21M-Base** | `0.507` | `0.324` | Baseline configuration trained extensively on the MS MARCO dataset. |
|
| 35 |
| **HCAE-21M-Instruct** | `0.591` | `0.393` | Multi-stage tuning incorporating ArXiv, STS-B, and SQuAD instruction tuning paradigms. |
|
| 36 |
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
## Utilization Guidelines (Instruction Format)
|
| 41 |
For optimal retrieval performance, prepend the instruction mapping to the query text:
|
| 42 |
`Instruction: Retrieve the exact document that answers the following question. Query: [Your Query]`
|