Add library_name, pipeline_tag and project page
Browse filesThis PR improves the model card by making sure it can be found at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending, and adds a project page link.
    	
        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)    
         
     | 
| 10 | 
         
             
            [Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1)   
         
     | 
| 
         @@ -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)    
         
     | 
| 17 | 
         
             
            [Huggingface🤗](https://huggingface.co/yongchao98/CodeSteer-v1)   
         
     | 
| 
         | 
|
| 137 | 
         
             
              journal={arXiv preprint arXiv:2410.03524},
         
     | 
| 138 | 
         
             
              year={2024}
         
     | 
| 139 | 
         
             
            }
         
     | 
| 140 | 
         
            +
            ```
         
     |