Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,24 @@ We use [CogDL](https://github.com/THUDM/CogDL) to implemen baselines for task cl
|
|
| 20 |
pip install cogdl
|
| 21 |
```
|
| 22 |
- Download data in [HuggingBench-Classification](https://huggingface.co/datasets/cqsss/HuggingBench-Classification) to `task_classification/data/`.
|
| 23 |
-
- Run `./task_classification/tune_huggingface.py` from [Github](https://github.com/nju-websoft/HuggingBench).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
pip install cogdl
|
| 21 |
```
|
| 22 |
- Download data in [HuggingBench-Classification](https://huggingface.co/datasets/cqsss/HuggingBench-Classification) to `task_classification/data/`.
|
| 23 |
+
- Run `./task_classification/tune_huggingface.py` from [Github](https://github.com/nju-websoft/HuggingBench).
|
| 24 |
+
|
| 25 |
+
<table>
|
| 26 |
+
<thead>
|
| 27 |
+
</thead>
|
| 28 |
+
<tbody>
|
| 29 |
+
<tr>
|
| 30 |
+
<td>💻 <strong>GitHub</strong></td>
|
| 31 |
+
<td><a href="https://github.com/nju-websoft/HuggingBench">Code Reposity</a></td>
|
| 32 |
+
</tr>
|
| 33 |
+
<tr>
|
| 34 |
+
<td>📄 <strong>Paper</strong></td>
|
| 35 |
+
<td><a href="https://arxiv.org/abs/2505.17507">ArXiv-Link</a></td>
|
| 36 |
+
</tr>
|
| 37 |
+
<tr>
|
| 38 |
+
<td>📊 <strong>Data</strong></td>
|
| 39 |
+
<td><a href="https://huggingface.co/collections/cqsss/huggingbench-67b2ee02ca45b15e351009a2">
|
| 40 |
+
HuggingBench</a></td>
|
| 41 |
+
</tr>
|
| 42 |
+
</tbody>
|
| 43 |
+
</table>
|