liuwenhan commited on
Commit
9cc2059
·
verified ·
1 Parent(s): b175a50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,14 +12,14 @@ pipeline_tag: sentence-similarity
12
  This is the Agentic-R trained in our paper: Agentic-R: Learning to Retrieve for Agentic Search
13
  ([📝arXiv](https://arxiv.org/pdf/2601.11888)). Please refer our [🧩github repository](https://github.com/8421BCD/ReasonRank) for the detailed usage of our Agentic-R.
14
 
15
- ## Usage (with sentence_transformers)
16
 
17
  Our **Agentic-R** query encoder is designed for agentic search scenarios.
18
  For queries, the input format is:
19
  `query: <original_question> [SEP] <agent_query>`.
20
  Passages use the standard `passage:` prefix following E5.
21
 
22
- Below is an example of how to compute embeddings using `sentence_transformers`:
23
 
24
  ```python
25
  from sentence_transformers import SentenceTransformer
 
12
  This is the Agentic-R trained in our paper: Agentic-R: Learning to Retrieve for Agentic Search
13
  ([📝arXiv](https://arxiv.org/pdf/2601.11888)). Please refer our [🧩github repository](https://github.com/8421BCD/ReasonRank) for the detailed usage of our Agentic-R.
14
 
15
+ ## Usage
16
 
17
  Our **Agentic-R** query encoder is designed for agentic search scenarios.
18
  For queries, the input format is:
19
  `query: <original_question> [SEP] <agent_query>`.
20
  Passages use the standard `passage:` prefix following E5.
21
 
22
+ Below is an example of how to compute embeddings using sentence_transformers:
23
 
24
  ```python
25
  from sentence_transformers import SentenceTransformer