yongchao98 nielsr HF Staff commited on
Commit
3a44570
·
verified ·
1 Parent(s): 2b2bc45

Add library_name, pipeline_tag and project page (#1)

Browse files

- Add library_name, pipeline_tag and project page (7240a86c5ae80cca2b1fff959ef5060bdb0b810b)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance
2
  <img src="./Figures/Tag.png" width="650px" alt="s" />
3
  These are the codes, models, and datasets for the following papers:
@@ -5,6 +11,7 @@ These are the codes, models, and datasets for the following papers:
5
  - [CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance](https://arxiv.org/abs/2502.04350)
6
  - [Steering Large Language Models between Code Execution and Textual Reasoning (ICLR'2025)](https://arxiv.org/pdf/2410.03524)
7
 
 
8
 
9
  [Code](https://github.com/yongchao98/CodeSteer-v1.0) &emsp;&emsp;
10
  [Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1) &emsp;&emsp;
@@ -130,4 +137,4 @@ We appreciate all feedback! Feel free to raise an issue for bugs, questions, or
130
  journal={arXiv preprint arXiv:2410.03524},
131
  year={2024}
132
  }
133
- ```
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
  # CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance
8
  <img src="./Figures/Tag.png" width="650px" alt="s" />
9
  These are the codes, models, and datasets for the following papers:
 
11
  - [CodeSteer: Symbolic-Augmented Language Models via Code/Text Guidance](https://arxiv.org/abs/2502.04350)
12
  - [Steering Large Language Models between Code Execution and Textual Reasoning (ICLR'2025)](https://arxiv.org/pdf/2410.03524)
13
 
14
+ Project page: https://sites.google.com/view/yongchao-code-agents
15
 
16
  [Code](https://github.com/yongchao98/CodeSteer-v1.0) &emsp;&emsp;
17
  [Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1) &emsp;&emsp;
 
137
  journal={arXiv preprint arXiv:2410.03524},
138
  year={2024}
139
  }
140
+ ```