Add `library_name` and update paper link
Browse filesThis PR enhances the model card by:
- Adding the `library_name: transformers` tag to the metadata, enabling the "Use in Transformers" widget on the model page.
- Updating the link to the technical report in the main description to point to the official Hugging Face paper page: [CoDA: Coding LM via Diffusion Adaptation](https://huggingface.co/papers/2510.03270).
- Adding the official paper URL to the BibTeX citation.
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
| 6 |
tags:
|
| 7 |
- text diffusion model
|
| 8 |
- language model
|
|
@@ -15,7 +16,7 @@ tags:
|
|
| 15 |
|
| 16 |
<p align="center">
|
| 17 |
<a href="https://github.com/SalesforceAIResearch/CoDA"><strong>Try CoDA</strong></a> 路
|
| 18 |
-
<a href="https://
|
| 19 |
<a href="https://huggingface.co/collections/Salesforce/coda-68d627d87921c0e28a69e340"><strong>Model Collection</strong></a> 路
|
| 20 |
<a href="https://github.com/SalesforceAIResearch/CoDA/blob/main/README.md"><strong>GitHub Repository</strong></a>
|
| 21 |
</p>
|
|
@@ -197,7 +198,8 @@ Technical report coming soon. For now, please cite:
|
|
| 197 |
title={CoDA: Coding LM via Diffusion Adaptation},
|
| 198 |
author={Chen, Haolin and Wang, Shiyu and Qin, Can and Pang, Bo and Liu, Zuxin and Qiu, Jielin and Zhang, Jianguo and Zhou, Yingbo and Chen, Zeyuan and Xu, Ran and Heinecke, Shelby and Savarese, Silvio and Xiong, Caiming and Wang, Huan and Yao, Weiran},
|
| 199 |
year={2025},
|
| 200 |
-
publisher={Salesforce AI Research}
|
|
|
|
| 201 |
}
|
| 202 |
```
|
| 203 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
tags:
|
| 8 |
- text diffusion model
|
| 9 |
- language model
|
|
|
|
| 16 |
|
| 17 |
<p align="center">
|
| 18 |
<a href="https://github.com/SalesforceAIResearch/CoDA"><strong>Try CoDA</strong></a> 路
|
| 19 |
+
<a href="https://huggingface.co/papers/2510.03270"><strong>Paper</strong></a> 路
|
| 20 |
<a href="https://huggingface.co/collections/Salesforce/coda-68d627d87921c0e28a69e340"><strong>Model Collection</strong></a> 路
|
| 21 |
<a href="https://github.com/SalesforceAIResearch/CoDA/blob/main/README.md"><strong>GitHub Repository</strong></a>
|
| 22 |
</p>
|
|
|
|
| 198 |
title={CoDA: Coding LM via Diffusion Adaptation},
|
| 199 |
author={Chen, Haolin and Wang, Shiyu and Qin, Can and Pang, Bo and Liu, Zuxin and Qiu, Jielin and Zhang, Jianguo and Zhou, Yingbo and Chen, Zeyuan and Xu, Ran and Heinecke, Shelby and Savarese, Silvio and Xiong, Caiming and Wang, Huan and Yao, Weiran},
|
| 200 |
year={2025},
|
| 201 |
+
publisher={Salesforce AI Research},
|
| 202 |
+
url={https://huggingface.co/papers/2510.03270}
|
| 203 |
}
|
| 204 |
```
|
| 205 |
|