Improve dataset card
#1
by
nielsr
HF Staff
- opened
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
|