nielsr HF staff commited on
Commit
9ddb913
·
verified ·
1 Parent(s): 22cf68e

Improve model card, add pipeline tag

Browse files

This PR improves the model card by adding the `pipeline_tag: question-answering` to better categorize the model and linking the Github repository.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
- The repository for the paper "LADDER: Self-Improving LLMs Through Recursive Problem Decomposition". The paper can be found [here](https://arxiv.org/abs/2503.00735).
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: question-answering
4
  ---
5
+
6
+ The repository for the paper "LADDER: Self-Improving LLMs Through Recursive Problem Decomposition". The paper can be found [here](https://arxiv.org/abs/2503.00735).
7
+
8
+ Code: https://github.com/jzhang-research/ladder