Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This model has been finetuned following the approach described in the paper **BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers**. The associated GitHub repository is available here https://github.com/ritaranx/BMRetriever.
|
@@ -78,6 +82,4 @@ print(scores.tolist())
|
|
78 |
```
|
79 |
|
80 |
## Citation
|
81 |
-
Coming Soon!
|
82 |
-
|
83 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- BeIR/trec-covid
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
|
9 |
This model has been finetuned following the approach described in the paper **BMRetriever: Tuning Large Language Models as Better Biomedical Text Retrievers**. The associated GitHub repository is available here https://github.com/ritaranx/BMRetriever.
|
|
|
82 |
```
|
83 |
|
84 |
## Citation
|
85 |
+
Coming Soon!
|
|
|
|