Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,9 @@ with torch.no_grad():
|
|
53 |
|
54 |
```
|
55 |
|
|
|
|
|
|
|
56 |
## Citation
|
57 |
|
58 |
If you find our paper or models helpful, please consider cite as follows:
|
|
|
53 |
|
54 |
```
|
55 |
|
56 |
+
## Batch inference and training
|
57 |
+
An unofficial replication of the inference and training code can be found [here](https://github.com/texttron/tevatron/tree/main/examples/rankllama)
|
58 |
+
|
59 |
## Citation
|
60 |
|
61 |
If you find our paper or models helpful, please consider cite as follows:
|