Datasets:
Add task category (#2)
Browse files- Add task category (50253c7e5db5b6ea6d251d9b3ff8688bd0720600)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# HuggingBench-Recommendation
|
@@ -31,7 +33,7 @@ We use [SSLRec](https://github.com/HKUDS/SSLRec) to implemen baselines for resou
|
|
31 |
</tr>
|
32 |
<tr>
|
33 |
<td>📄 <strong>Paper</strong></td>
|
34 |
-
<td><a href="https://
|
35 |
</tr>
|
36 |
<tr>
|
37 |
<td>📊 <strong>Data</strong></td>
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-ranking
|
5 |
---
|
6 |
|
7 |
# HuggingBench-Recommendation
|
|
|
33 |
</tr>
|
34 |
<tr>
|
35 |
<td>📄 <strong>Paper</strong></td>
|
36 |
+
<td><a href="https://huggingface.co/papers/2505.17507">HuggingFace Paper</a></td>
|
37 |
</tr>
|
38 |
<tr>
|
39 |
<td>📊 <strong>Data</strong></td>
|