hlnchen nielsr HF Staff commited on
Commit
54d40e4
verified
1 Parent(s): 7bbd0dd

Add `library_name` and update paper link (#3)

Browse files

- Add `library_name` and update paper link (7458eb81916d36acc53bee3e6ab493b8b4539004)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -3
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://github.com/SalesforceAIResearch/CoDA/blob/main/technical_report.pdf"><strong>Technical Report</strong></a> 路
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