Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
`SweRankLLM-Large` is a 32B LLM based on `Qwen2.5-32B-Instruct` finetuned for listwise code-reranking. When combined with performant code retrievers like `SweRankEmbed`, it significantly enhances the quality of results for software issue localization.
|
2 |
|
3 |
The model has been trained on large-scale issue localization data collected from public python github repositories. Check out our [blog post](https://gangiswag.github.io/SweRank/) and [paper](https://arxiv.org/abs/2505.07849) for more details!
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2.5-32B-Instruct
|
5 |
+
---
|
6 |
`SweRankLLM-Large` is a 32B LLM based on `Qwen2.5-32B-Instruct` finetuned for listwise code-reranking. When combined with performant code retrievers like `SweRankEmbed`, it significantly enhances the quality of results for software issue localization.
|
7 |
|
8 |
The model has been trained on large-scale issue localization data collected from public python github repositories. Check out our [blog post](https://gangiswag.github.io/SweRank/) and [paper](https://arxiv.org/abs/2505.07849) for more details!
|