Improve dataset card (#1)
Browse files- Improve dataset card (7362b14336a6740607da0d24019e43dd0ee74499)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This dataset was presented in [Chain-of-Tools: Utilizing Massive Unseen Tools in the CoT Reasoning of Frozen Language Models](https://huggingface.co/papers/2503.16779).
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/fairyshine/Chain-of-Tools
|