Update README.md
Browse files
README.md
CHANGED
|
@@ -137,6 +137,10 @@ if __name__=='__main__':
|
|
| 137 |
|
| 138 |
```
|
| 139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
## How to Train this from Scratch (Optional)
|
| 141 |
( You need to request access to TripClick Dataset first | Author's seemed quite responsive )
|
| 142 |
- Clone the official [stanford-futuredata ColBERT Repo](https://github.com/stanford-futuredata/ColBERT/tree/main/colbert) and do an editable installation following [these instructions](https://github.com/stanford-futuredata/ColBERT/issues/356#issuecomment-3263277117). It also some addresses some other issues.
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
|
| 140 |
+
|
| 141 |
+
## ## How to Use as a Re-ranker
|
| 142 |
+
Refer this : https://github.com/liuqi6777/eval_reranker/blob/main/eval_reranker.py
|
| 143 |
+
|
| 144 |
## How to Train this from Scratch (Optional)
|
| 145 |
( You need to request access to TripClick Dataset first | Author's seemed quite responsive )
|
| 146 |
- Clone the official [stanford-futuredata ColBERT Repo](https://github.com/stanford-futuredata/ColBERT/tree/main/colbert) and do an editable installation following [these instructions](https://github.com/stanford-futuredata/ColBERT/issues/356#issuecomment-3263277117). It also some addresses some other issues.
|